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 Converter Object. |
VB Syntax |
mixer.IFSideband =value |
Variable |
(Type) - Description |
mixer |
A Mixer (object) |
value |
(enum as FCASideBand) - Choose from: 0 or LOW Minus (-) on the Mixer setup dialog 1 or HIGH Plus (+) on the Mixer setup dialog |
Return Type |
Enum as FCASideBand |
Default |
0 - LOW |
Examples |
Print mixer.IFSideband 'prints the value of the IFSideband |
C++ Syntax |
HRESULT get_IFSideband(FCASideBand *pVal) HRESULT put_IFSideband(FCASideBand newVal) |
Interface |
IMixer |