Write-only |
About Calibration |
Description |
Note: This property is replaced by DoECAL2PortEx Method. Does a 2-Port calibration using an ECAL module. You must first have a 2-port measurement active to perform the calibration. The characterization within the ECal module that will be used for the calibration is specified by the ECALCharacterization property on the ICalibrator2 interface. The default value of the ECALCharacterization property is naECALFactoryCharacterization. |
VB Syntax |
cal.DoECAL2Port[portA][,portB][,module] |
|
|
Variable |
(Type) - Description |
cal |
A Calibrator (object) |
portA |
(long integer) Optional argument - Number of the receive port to calibrate. |
portB |
(long integer) Optional argument - Number of the source port to calibrate. Choose from: |
module |
(enum NAECALModule) – Optional argument. ECal module. Choose from: |
Return Type |
None |
Default |
Not Applicable |
|
|
Examples |
cal.DoECAL2Port,1,2,naECALModule_B |
|
|
C++ Syntax |
HRESULT DoECAL2Port(long rcvport, long srcPort, tagNAECALModule ecalModule); |
Interface |
ICalibrator |