Write/Read |
About Modifying Cal Kits |
Description |
Superseded This command sets a single standard to a calibration class. Does NOT set or dictate the order for measuring the standards. Use GetStandardForClass and SetStandardForClass. These commands allow up to seven standards to be assigned to a cal class. |
|||||||||||||||||||
VB Syntax |
calKit.StandardForClass(class, portNum) = value |
|||||||||||||||||||
Variable |
(Type) - Description |
|||||||||||||||||||
calKit |
A CalKit (object). Use calKit.GetCalStandard to get a handle to the standard. |
|||||||||||||||||||
class |
(enum NACalClass) Standard. Choose from:
|
|||||||||||||||||||
portNum |
(long) - The port number the standard will be connected to. For example, you may have a 3.5mm connector designated for port 1, and Type N designated for port 2. |
|||||||||||||||||||
value |
(long) - Calibration class number. Choose a number between 1 and 8. The <value> numbers are associated with the following calibration classes: |
|
<value> |
Class |
Description |
|
1 |
S11A |
Reflection standard |
|
2 |
S11B |
Reflection standard |
|
3 |
S11C |
Reflection standard |
|
4 |
S21T |
Thru standard |
|
5 |
S22A |
Reflection standard |
|
6 |
S22B |
Reflection standard |
|
7 |
S22C |
Reflection standard |
|
8 |
S21T |
Thru standard |
Return Type |
Long Integer |
Default |
Not Applicable |
Examples |
calKit.StandardForClass(naSOLT_Short, 1) = 1 |
Kclass = calKit.StandardForClass(naSOLT_Short, 1) |
|
C++ Syntax |
HRESULT put_StandardForClass (NACalClass item, long pNum); HRESULT get_StandardForClass (NACalClass* item, long *pNum); |
Interface |
ICalKit |