Write/Read
About Mixer Configuration

InputRangeMode Property


Description

Sets or returns the Input 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 InputRangeMode on the Mixer Interface.

 VB Syntax

obj.InputRangeMode = value

Variable

(Type) - Description

obj

A Converter Object

value

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

0 - naSwept

1 - naFixed

Return Type

Enum

Default

0 - naSwept

Examples

conv.InputRangeMode = naSwept

C++ Syntax

HRESULT get_InputRangeMode(long LO, enum *pVal)

HRESULT put_InputRangeMode(long LO, enum newVal)

Interface

IConverter


Last Modified:

18-Feb-2011

MX New topic