Write/Read
About SMC Phase

EnablePhase Property


Description

Sets and returns the state of SMC Phase measurements.

In the User Interface, there are two "enable phase" checkboxes: in the Phase Settings dialog and in the Calibration Wizard. Checking one enables both. This single command also enables both.  

 VB Syntax

obj.EnablePhase = bool

Variable

(Type) - Description

obj

A Mixer Interface pointer to the Measurement (object)

A Converter (Object)

bool

(Boolean) -

True - Include phase in SMC measurements

False - Do NOT include phase in SMC measurements

Return Type

Boolean

Default

False

Examples

mixer.EnablePhase = True

C++ Syntax

HRESULT get_EnablePhase(VARIANT_BOOL * val);

HRESULT put_EnablePhase(VARIANT_BOOL val);

Interface

IMixer13


Last Modified:

25-Mar-2010

MX New topic