Read-Write
 

Do2PortEcal Property - Superseded


Description

Note: This command is replaced with CalKitType which sets the ECal module or mechanical cal kit.

Specify ECAL or Mechanical calibration. For VMC, this selection only applies to the 2-port calibration portion. For mixer characterization (VMC), use Do1PortEcal Property

VB Syntax

object.Do2PortEcal = bool

Variable

(Type) - Description

object

SMCType (object) or

VMCType (object)

bool

(Boolean)

True - ECAL

False - Mechanical

Return Type

Boolean

Default

False

Examples

value = VMC.Do2PortECal

C++ Syntax

HRESULT put_Do2PortEcal(VARIANT_BOOL bDoEcal);

HRESULT get_Do2PortEcal(VARIANT_BOOL *bDoEcal);

Interface

SMCType

VMCType