Write/Read
About Mixer Configuration

OutputStartFrequency Property


Description

Sets or returns the mixer output start 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.OutputStartFrequency = value

Variable

(Type) - Description

obj

A Mixer Interface pointer to the Measurement (object)

Or

A Converter Object

value

(double) - Output Start Frequency in Hertz.

Return Type

Double

Default

Not Applicable

Examples

Print mixer.OutputStartFrequency 'prints the value of the OutputStartFrequency

C++ Syntax

HRESULT get_OutputStartFrequency(double *pVal)

HRESULT put_OutputStartFrequency(double newVal)

Interface

IMixer

IConverter