Description |
Begins a calibration. Note: chan must be the active channel. For ECal User Characterization, use Initialize (ECal). |
VB Syntax |
obj.Initialize (chan, useCalStorPref) |
Variable |
(Type) - Description |
obj |
Any of the following: GuidedCalibration (object) SMCType (object) VMCType (object) |
chan |
(Long) Channel number to calibrate. |
useCalStorPref |
(boolean) True or 1 - Assignment of Cal Set will be based on the setting of the RemoteCalStoragePreference COM property. False or 0 – If the channel currently has a selected Cal Set, the calibration will be stored to that Cal Set. Otherwise, the assignment of Cal Set is based upon the setting of the RemoteCalStoragePreference COM property. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
smc.Initialize(2,True) |
C++ Syntax |
HRESULT put_Initialize(long channelnumber, VARIANT_BOOL bCalPref); |
Interface |
IGuidedCalibration SMCType VMCType |