Description |
Returns a list of characterizations stored in the specified ECal module. Learn more about ECal User characterization. |
VB Syntax |
clist = cal.ECALCharacterizationIndexList (moduleNum) |
Variable |
(Type) - Description |
clist |
Variable to store the returned list of characterization index numbers. |
cal |
Calibrator (object) |
module |
ECal module from which to read user characterization numbers. |
Return Type |
Variant |
Default |
Not Applicable |
Examples |
'Module 1 contains User Characterizations 1 and 3. |
C++ Syntax |
HRESULT get_ECALCharacterizationIndexList( long moduleNumber, VARIANT *characterizations); |
Interface |
ICalibrator6 |