Write/Read |
About Modifying Cal Kits |
Description |
Sets and Returns the TZImag value (the Imaginary Terminal Impedance value) for the calibration standard. Only applicable when "Type" is set to naArbitraryImpedance. To set the other resistance values, use TZReal |
VB Syntax |
calstd.TZImag = value |
Variable |
(Type) - Description |
calstd |
A CalStandard (object). Use calKit.GetCalStandard to get a handle to the standard. |
value |
(single) - Value for TZImag in Ohms |
Return Type |
Single |
Default |
Not Applicable |
Examples |
calstd.TZImag = 15 'Write the value of TZImag to 15 Ohms |
imp0 = calstd.TZImag 'Read the value of TZImag |
|
C++ Syntax |
HRESULT get_TZImag(float *pVal); |
Interface |
ICalStandard2 |