Write-only |
About Performing a Calibration |
Description |
Specifies the type of Unguided calibration. This method should be the first method called on the calibrator object. It prepares the internal state for the rest of the calibration. Note: You can NOT perform a 3 or 4-port cal using SetCalInfo even though there is enumCalTypes. You must use the GuidedCalibration object. Learn more about reading and writing Cal data using COM The analyzer can measure both ports simultaneously, assuming you have two of each standard type. For a 2-port cal, See cal.Simultaneous2PortAcquisition |
|||||||||||
VB Syntax |
cal.SetCalInfo (type,rcvPort,srcPort) |
|||||||||||
Variable |
(Type) - Description |
|||||||||||
cal |
A Calibrator (object) |
|||||||||||
type |
(enum NACalType) - Calibration type. Choose from:
Note: For 1-port cals, the source port = receiver port. For 2, 3,4-port SOLT and TRL, it doesn't matter which port is specified as source and receiver |
|||||||||||
rcvPort |
(long integer) - Receiver Port |
|||||||||||
srcPort |
(long integer) - Source Port |
|||||||||||
Return Type |
NACalType |
|||||||||||
Default |
7- naCalType_None |
|||||||||||
Examples |
cal.setCalInfo(naCalType_Response_Open,1,1) |
|||||||||||
C++ Syntax |
HRESULT SetCalInfo(tagNACalType calType,long portA, long portB) |
|||||||||||
Interface |
ICalibrator |