Write/Read
About Mixer Configuration

LORangeMode Property


Description

Sets or returns the LO sweep mode.

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.

Note: There is also a LORangeMode on the Converter Object.

 VB Syntax

obj.LORangeMode (n) = value

Variable

(Type) - Description

obj

A Mixer Interface pointer to the Measurement (object)

n

(Long)  - LO stage number.

Choose from 1 or 2

value

(Enum as MixerRangeMode) - LO sweep mode. Choose from:

0 - mixSwept

1 - mixFixed

Return Type

Enum

Default

0 - mixSwept

Examples

mixer.LORangeMode(1)=mixSwept

C++ Syntax

HRESULT get_LORangeMode(long LO, enum *pVal)

HRESULT put_LORangeMode(long LO, enum newVal)

Interface

IMixer3


Last Modified:

4-Mar-2008

Added note.