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