Write-only |
About Calibration |
Description |
Note: This property is replaced by DoECAL1PortEx Method. Does a 1-Port calibration using an ECAL module. You must first have a 1-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.DoECAL1Port [port][,module] |
|
|
Variable |
(Type) - Description |
cal |
A Calibrator (object) |
port |
(long integer) Optional argument - Port number to calibrate. Choose from: |
module |
(enum NAEcalModule) Optional argument - ECAL module. Choose from: |
Return Type |
None |
Default |
Not Applicable |
|
|
Examples |
cal.DoECAL1Port,2,naECALModule_B |
|
|
C++ Syntax |
HRESULT DoECAL1Port(long port, tagNAECALModule ecalModule); |
Interface |
ICalibrator |