Write/Read |
About SMC Phase |
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 |