Write/Read
About Diff I/Q App

RangeOffsetUp Property


Description

Sets and reads the state of the Up / Down conversion setting.

On the Frequency Range dialog under Coupling, this is the Up (On|Off) setting.

 VB Syntax

DIQ.RangeOffsetUp (n) = value

Variable

(Type) - Description

DIQ

A Differential I/Q (object)

n

(Long Integer) Frequency range number.

value

(Boolean)  Choose from the following:

  • True -The offset range is ADDED to the 'coupled to' frequency range.

  • False - The offset range is SUBTRACTED from to the 'coupled to' frequency range.

Return Type

Boolean

Default

False

Examples

diq.RangeOffsetUp 2 = True 'Write

value = diq.RangeOffsetUp 2 'Read

C++ Syntax

HRESULT get_RangeOffsetUp(long range, VARIANT_BOOL* RangeOffsetUp);

HRESULT put_RangeOffsetUp(long range, VARIANT_BOOL RangeOffsetUp);

Interface

IDIQ


Last modified:

24-Apr-2014

New topic