Write/Read
About Mixer Configuration

IsInputGreaterThanLO Property


Description

Specifies whether to use the Input frequency that is greater than the LO or less than the LO. To learn more, see the mixer setup dialog box help.

If you are changing several mixer configuration settings, you can make all the changes first and then issue the Calculate and Apply commands as you would do from the user interface.

 VB Syntax

obj.IsInputGreaterThanLO (LO) = bool

Variable

(Type) - Description

obj

A Mixer Interface pointer to the Measurement (object)

Or

A Converter Object

LO

(Integer) - LO stage number

Choose from 1 (default) or 2

bool

(Boolean) -

True - Use the Input that is Greater than the specified LO.

False - Use the Input that is Less than the specified LO.

Return Type

Boolean

Default

True

Examples

mixer.IsInputGreaterThanLO(1) = True

C++ Syntax

HRESULT get_IsInputGreaterThanLO(VARIANT_BOOL * val);

HRESULT put_IsInputGreaterThanLO(VARIANT_BOOL val);

Interface

IMixer2

IConverter