Write/Read
About Mixer Configuration

LOStartFrequency Property


Description

Sets or returns the LO start 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.LOStartFrequency (n) = value

Variable

(Type) - Description

obj

A Mixer Interface pointer to the Measurement (object)

Or

A Converter Object

value

(double) - LO Start Frequency in Hertz.

n

(Long)  - LO stage number

Choose from 1 or 2

Return Type

Double

Default

Not Applicable

Examples

Print mixer.LOStartFrequency(1) 'prints the value of the first LO start frequency

C++ Syntax

HRESULT get_LOStartFrequency(long id, double *pVal)

HRESULT put_LOStartFrequency(long id,double newVal)

Interface

IMixer3

IConverter