Write/Read
About Mixer Configuration

InputStartFrequency Property


Description

Sets and returns the start frequency value of the mixer Input frequency.

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.InputStartFrequency = value

Variable

(Type) - Description

obj

A Mixer Interface pointer to the Measurement (object)

Or

A Converter Object

value

(double) - Input start frequency in Hertz.

Return Type

Double

Default

Start frequency of the PNA

Examples

mixer.InputStartFrequency = Start_Freq

C++ Syntax

HRESULT get_InputStartFrequency(double *pVal)

HRESULT put_InputStartFrequency(double newVal)

Interface

IMixer

IConverter