Write/Read |
About Mixer Configuration |
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 Converter Object. |
VB Syntax |
obj.OutputRangeMode = value |
Variable |
(Type) - Description |
obj |
A Mixer Interface pointer to the Measurement (object) |
value |
(Enum as MixerRangeMode) - Output sweep mode. Choose from: 0 - mixSwept 1 - mixFixed |
Return Type |
Enum |
Default |
0 - mixSwept |
Examples |
mixer.OutputRangeMode = mixSwept |
C++ Syntax |
HRESULT get_OutputRangeMode(long *pVal) HRESULT put_OutputRangeMode(long newVal) |
Interface |
IMixer6 |