Write/Read
About Mixer Configuration

InputFixedFrequency Property


Description

Sets or returns the mixer fixed Input frequency value.

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

Variable

(Type) - Description

obj

A Mixer Interface pointer to the Measurement (object)

Or

A Converter Object

value

(double) - Input Fixed Frequency in Hertz.

Return Type

Double

Default

Not Applicable

Examples

mixer.InputFixedFrequency = 1e9

C++ Syntax

HRESULT get_InputFixedFrequency(double *pVal)

HRESULT put_InputFixedFrequency(double newVal)

Interface

IMixer6

IConverter