Write-only |
About Calibration Standards |
Description |
Measures the specified standard from the selected calibration kit. The calibration kit is selected using app.CalKitType. For 2-port calibration, it is also necessary to specify direction with AcquisitionDirection. To omit Isolation from a 2-port calibration, do not Acquire a cal standard for naSOLT_Isolation. For using two sets of standards, see Simultaneous2PortAcquisition Property. Note: This command replaces AcquireCalStandard. This command provides for the acquisition of a sliding load cal. All other functionality is identical. |
|||||||||||||||||||
VB Syntax |
cal.AcquireCalStandard2 std[,index][,slide] |
|||||||||||||||||||
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:
|
|||||||||||||||||||
[slide] |
(enum as NACalStandardSlidingState) Optional argument. State of the sliding load. The slide should be set a minimum of five times. Seven is the maximum that can be stored. Choose from: 0 - naNotSlidingStd - not using a sliding load - Default if not specified. 1 - naSlideIsSet - slide is set for acquisition 2 - naSlideIsDone - this next acquisition will be the last. Calculations will then be performed. |
|||||||||||||||||||
Return Type |
None |
|||||||||||||||||||
Default |
Not Applicable |
|||||||||||||||||||
Examples |
Cal.AcquireCalStandard2 naSOLT_Thru |
|||||||||||||||||||
C++ Syntax |
HRESULT AcquireCalStandard2(NACalClass enumClass, long standardPosition, NACalStandardSlidingState slidingStandardState) |
|||||||||||||||||||
Interface |
ICalibrator |