Write/Read |
About Modifying Cal Kits |
Description |
Sets and Returns the C2 value (the third capacitance value) for the calibration standard. |
VB Syntax |
calstd.C2 = value |
Variable |
(Type) - Description |
calstd |
A CalStandard (object). Use calKit.GetCalStandard to get a handle to the standard. |
value |
(single) - Value for C2. |
Return Type |
Single |
Default |
Not Applicable |
Examples |
calstd.C2 = 15 'Write the value of C2. |
cap2 = calstd.C2 'Read the value of C2 |
|
C++ Syntax |
HRESULT get_C2(float *pVal) |
Interface |
ICalStandard |