Write/Read
About Mixer Configuration

OutputRangeMode Property


Description

Sets or returns the Output 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 OutputRangeMode Property on the Mixer Interface.

 VB Syntax

obj.OutputRangeMode = value

Variable

(Type) - Description

obj

A Converter Object

value

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

0 - naSwept

1 - naFixed

Return Type

Enum

Default

0 - naSwept

Examples

conv.OutputRangeMode = naSwept

C++ Syntax

HRESULT get_OutputRangeMode(long *pVal)

HRESULT put_OutputRangeMode(long newVal)

Interface

IConverter


Last Modified:

18-Feb-2011

New topic