Write/Read
About Mixer Configuration

IFStopFrequency Property


Description

Sets or returns the stop frequency value of the mixer IF frequency.

Only applies to 2 stage mixers.

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

mixer.IFStopFrequency = value

Variable

(Type) - Description

mixer

A Converter (object)

value

(double) - IF stop frequency in Hertz.

Return Type

Double

Default

Not Applicable

Examples

Print mixer.IFStopFrequency 'prints the value of the IFStopFrequency

C++ Syntax

HRESULT get_IFStopFrequency(double *pVal)

HRESULT put_IFStopFrequency(double newVal)

Interface

IMixer