Write-only |
About Calibration Standards |
Description |
Note: This command has been replaced by AcquireCalStandard2 Method, which provides for acquisition of sliding load standards. All other functionality is identical. |
|||||||||||||||||||
VB Syntax |
cal.AcquireCalStandard std[,index] |
|||||||||||||||||||
Variable |
(Type) - Description |
|||||||||||||||||||
cal |
A Calibrator (object) |
|||||||||||||||||||
std |
(enum NACalClass) Standard to be measured. Choose from:
|
|||||||||||||||||||
index |
(long integer) number of the standard. Optional argument - Used if there is more than one standard required to cover the necessary frequency range. If unspecified, value is set to 1. Note The behavior has changed with VNA revisions as follows:
|
|||||||||||||||||||
Return Type |
None |
|||||||||||||||||||
Default |
Not Applicable |
|||||||||||||||||||
|
||||||||||||||||||||
Examples |
Cal.AcquireCalStandard naSOLT_Thru 'Write |
|||||||||||||||||||
|
||||||||||||||||||||
C++ Syntax |
HRESULT AcquireCalStandard(tagNACalClass enumClass, short standardNumber) |
|||||||||||||||||||
Interface |
ICalibrator |