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