Write/Read |
About Mixer Configuration |
Description |
When two LOs are used, sets or returns whether to select the sum or difference for the IF1 product. (Input + or - LO1 = IF1)
Note: There is also an IFSideband_Property on the Mixer Interface. |
VB Syntax |
obj.IFSideband =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 |
0 - naLowSide |
Examples |
conv.IFSideband = naLowSide |
C++ Syntax |
HRESULT get_IFSideband(ConverterSideBand *pVal) HRESULT put_IFSideband(ConverterSideBand newVal) |
Interface |
IConverter |