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 Property on the Converter Object.

 VB Syntax

obj.InputRangeMode = value

Variable

(Type) - Description

obj

A Mixer Interface pointer to the Measurement (object)

value

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

0 - mixSwept

1 - mixFixed

Return Type

Enum

Default

0 - mixSwept

Examples

mixer.InputRangeMode = mixSwept

C++ Syntax

HRESULT get_InputRangeMode(long *pVal)

HRESULT put_InputRangeMode(long newVal)

Interface

IMixer6


Last Modified:

4-Mar-2008

Added note.