Write-only |
About Calibration |
Description |
This method replaces DoECAL2Port Method. Does a 2-port calibration using an ECal module. 2-port refers to the number of ports to calibrate; NOT to the number of ECal module ports. You must first have a measurement active to perform the calibration. The characterization within the ECal module that will be used for the calibration is specified by ECalCharacterizationEx. The default value is 0. |
VB Syntax |
cal.DoECAL2PortEx [portA][,portB][,module] |
Variable |
(Type) - Description |
cal |
A Calibrator (object) |
portA |
(long integer) Optional argument - Number of the receive port to calibrate. Choose from: And so forth for all available VNA / test set ports. |
portB |
(long integer) Optional argument - Number of the source port to calibrate. Choose from: And so forth for all available VNA / test set ports. |
module |
(long integer) Optional argument. ECal module. Choose from modules 1 through 8 Use IsECALModuleFoundEx to determine the number of modules connected to the VNA Use GetECALModuleInfoEx to returns the model and serial number of each module. |
Return Type |
None |
Default |
Not Applicable |
Examples |
cal.DoECAL2PortEx,1,2,3 |
C++ Syntax |
HRESULT DoECAL2PortEx( long portA = 1, long portB =2, long moduleNumber = 1); |
Interface |
ICalibrator4 |