Read / Write |
About Performing a Calibration |
Description |
Specifies the direction of each part of a 2-port calibration. |
VB Syntax |
cal.AcquisitionDirection = value |
Variable |
(Type) - Description |
cal |
A Calibrator (object) |
value |
(enum NADirection) - Choose from: 0 - naForward - measures the forward direction |
Return Type |
Long Integer |
Default |
naForward |
Examples |
cal.AcquisitionDirection = naForward |
C++ Syntax |
HRESULT AcquisitionDirection(tagNADirection dir); |
Interface |
ICalibrator |