Write/Read
About Diff I/Q App

RangeMultiplier Property


Description

Sets and reads the value by which the coupled range will be multiplied to achieve the frequency range specified by <n>.

On the Frequency Range dialog under Coupling, this is the Multiplier setting.

 VB Syntax

DIQ.RangeMultiplier (n) = value

Variable

(Type) - Description

DIQ

A Differential I/Q (object)

n

(Long Integer) Frequency range number.

value

(Long Integer) Multiplier value. Choose a positive or negative integer.

Return Type

Long

Default

1

Examples

diq.RangeMultiplier 2 = 1 'Write

value = diq.RangeMultiplier 2 'Read

C++ Syntax

HRESULT get_RangeMultiplier(long range, long* RangeMultiplier);

HRESULT put_RangeMultiplier(long range, long RangeMultiplier);

Interface

IDIQ