Description |
Set the calibration standard numbers for a specified calibration class. To read the cal standard numbers use GetStandardsForClass Method |
||||||||||||||||||
VB Syntax |
calKit.SetStandardsForClass (calclassorder, std1, std2, std3, std4, std5, std6, std7) |
||||||||||||||||||
Variable |
(Type) - Description |
||||||||||||||||||
calKit |
A CalKit (object) |
||||||||||||||||||
calclassorder |
(enum NACalClassOrder) Cal Class. Choose from:
|
||||||||||||||||||
std1…std7 |
(long) Calibration Standard Number. Choose from 1 through 30. Std2 through Std7 are optional |
||||||||||||||||||
Return Type |
Not applicable |
||||||||||||||||||
Default |
Not applicable |
||||||||||||||||||
Examples |
calkit.SetStandardsForClass naRefl_3_S11, 3, 5, 6 calkit.SetStandardsForClass naTran_1_S21, 4 |
||||||||||||||||||
C++ Syntax |
HRESULT SetStandardsForClass(NACalClassOrder calclassorder, long std1, long std2, long std3, long std4, long std5, long std6, long std7) |
||||||||||||||||||
Interface |
ICalKit |