Read-Write |
|
Description |
Note: This command is replaced with CalKitType which sets the ECal module or mechanical cal kit. Specify ECAL or Mechanical calibration for the mixer characterization portion of a VMC calibration. |
VB Syntax |
VMC.Do1PortEcal = bool |
Variable |
(Type) - Description |
VMC |
VMCType (object) |
bool |
(Boolean) True - ECAL False - Mechanical |
Return Type |
Boolean |
Default |
False |
Examples |
value = VMC.Do1PortECal |
C++ Syntax |
HRESULT put_Do1PortEcal(VARIANT_BOOL bDoEcal); HRESULT get_Do1PortEcal(VARIANT_BOOL *bDoEcal); |
Interface |
VMCType |