Write/Read
About Mixer Configuration

OutputStopFrequency Property


Description

Sets or returns the mixer Output Stop 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.OutputStopFrequency = value

Variable

(Type) - Description

obj

A Mixer Interface pointer to the Measurement (object)

Or

A Converter Object

value

(double) - Output stop frequency in Hertz.

Return Type

Double

Default

Not Applicable

Examples

Print mixer.OutputStopFrequency 'prints the value of the OutputStopFrequency

C++ Syntax

HRESULT get_OutputStopFrequency(double *pVal)

HRESULT put_OutputStopFrequency(double newVal)

Interface

IMixer

IConverter