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 Mixer Interface

 VB Syntax

obj.LORangeMode (n) = value

Variable

(Type) - Description

obj

A Converter Object

n

(Long)  - LO stage number.

Choose from 1 or 2

value

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

0 - naSwept

1 - naFixed

Return Type

Enum

Default

0 - naSwept

Examples

mixer.LORangeMode(1)=naSwept

C++ Syntax

HRESULT get_LORangeMode(long LO, enum *pVal )

HRESULT put_LORangeMode(long LO, enum newVal)

Interface

IConverter


Last Modified:

18-Feb-2011

New topic