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