Write-only

 

CreateCustomCal Method


Description

Creates a custom cal object.

VB Syntax

calmgr.CreateCustomCal(CalType)

Variable

(Type) - Description

calMgr

Cal Manager (Object)

CalType

(String) Name of the calibration. Choose from:

"VMC" or "VectorMixerCal.VMCType"

"SMC" or "ScalarMixerCal.SMCType"

See Also

SMCType Object

VMCType Object

Return Type

Not Applicable

Default

Not Applicable

Examples

Dim CalMgr As ICalManager2
Dim SMC As ISMCType
Set SMC = CreateCustomCal("SMC")

See SMC and VMC examples using this command.

C++ Syntax

HRESULT CreateCustomCal(  BSTR CustomCal)

Interface

ICalManager2