Write/Read |
About Mixer Configuration |
Description |
Specify whether to select the sum (High) or difference (Low) products.
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. |
VB Syntax |
obj.OutputSideband = value |
Variable |
(Type) - Description |
obj |
|
value |
(enum as ConverterSideBand) - Choose from: 0 - or naLowSide Minus (-) on the Mixer setup dialog 1 - or naHighSide Plus (+) on the Mixer setup dialog |
Return Type |
Enum as ConverterSideBand |
Default |
naLowSide |
Examples |
Print converter.OutputSideband 'prints the value of the OutputSideband |
C++ Syntax |
HRESULT get_OutputSideband(ConverterSideBand *pVal) HRESULT put_OutputSideband(ConverterSideBand newVal) |
Interface |
IConverter |