Write-only
About Calibration

DoECAL1PortEx Method


Description

This method replaces DoECAL1Port 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 ECALCharacterizationEx. The default value is 0.

 VB Syntax

cal.DoECAL1PortEx [port][,module]


Variable

(Type) - Description

cal

A Calibrator (object)

port

(long integer) Optional argument - Port number to calibrate. Choose from:
1 - Calibrate port 1 (default if unspecified)
2 - Calibrate port 2

module

(long integer)  Optional argument. ECal module.

Choose from modules 1 through 8

Use IsECALModuleFoundEx to determine the number of modules connected to the PNA

Use GetECALModuleInfoEx to returns the model and serial number of each module.

Return Type

None

Default

Not Applicable


Examples

cal.DoECAL1PortEx,2,2


C++ Syntax

HRESULT DoECAL1PortEx(long port, long moduleNumber = 1);

Interface

ICalibrator4