Write/Read |
About Mixer Configuration |
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 |
|
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 |