Write/Read
About Mixer Configuration

IFSideband Property


Description

When two LOs are used, sets or returns whether to select the sum or difference for the IF1 product. (Input + or - LO1 = IF1)

  • This setting corresponds to the buttons on LO1.

  • Also set OutputSideband to LOW or HIGH to determine the output frequency of the mixer.

  • This setting is ignored when ONE LO is used.

  • 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 an IFSideband_Property on the Mixer Interface.

 VB Syntax

obj.IFSideband =value

Variable

(Type) - Description

obj

A Converter Object

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