Write/Read |
About Modifying Cal Kits |
Description |
Sets and Returns the characteristic impedance for the calibration standard. |
VB Syntax |
calstd.Z0 = value |
Variable |
(Type) - Description |
calstd |
A CalStandard (object). Use calKit.GetCalStandard to get a handle to the standard. |
value |
(single) -Impedance in Ohms |
Return Type |
Single |
Default |
Not Applicable |
Examples |
calstd.Z0 = 50 'Write |
impedance = calstd.Z0 'Read |
|
C++ Syntax |
HRESULT get_Z0(float *pVal) |
Interface |
ICalStandard |