Read-Write

CharMixerReverse Property


Description

Specifies the direction in which to characterize the calibration mixer. Learn more about the calibration mixer.

VB Syntax

VMC.CharMixerReverse = bool

Variable

(Type) - Description

VMC

VMCType (object)

bool

(Boolean)

0  - Characterize the calibration mixer in the SAME direction as that specified in the mixer setup.

1  - Characterize the calibration mixer in the REVERSE direction as that specified in the mixer setup.

Return Type

Boolean

Default

0

Examples

VMC.CharMixerReverse = 0

C++ Syntax

HRESULT put_CharMixerReverse(VARIANT_BOOL bcharReverse);

HRESULT get_CharMixerReverse(VARIANT_BOOL *bcharReverse);

Interface

VMCType2