Write/Read
About Mixer Configuration

InputDenominator Property


Description

Sets or returns the denominator value of the Input Fractional Multiplier.

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

Variable

(Type) - Description

obj

A Mixer Interface pointer to the Measurement (object)

Or

A Converter Object

value

(Long) - Input denominator value.

Return Type

Long

Default

1

Examples

Print mixer.InputDenominator 'prints the value of the InputDenominator

C++ Syntax

HRESULT get_InputDenominator(long *pVal)

HRESULT put_InputDenominator(long newVal)

Interface

IMixer

IConverter