Write/Read
About Mixer Configuration

LOStopFrequency Property


Description

Sets or returns the LO stop frequency value. This command can only be used with SMC (not VMC) measurements.

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.LOStopFrequency (n) = value

Variable

(Type) - Description

obj

A Mixer Interface pointer to the Measurement (object)

Or

A Converter Object

value

(double) - LO Stop Frequency in Hertz.

n

(Long)  - LO stage number

Choose from 1 or 2

Return Type

Double

Default

Not Applicable

Examples

Print mixer.LOStopFrequency(1) 'prints the value of the first LO stop frequency

C++ Syntax

HRESULT get_LOStopFrequency(long id, double *pVal)

HRESULT put_LOStopFrequency(long id,double newVal)

Interface

IMixer3

IConverter