IndependentPowerCalibration Object


Description

Contains the methods and properties used to perform an independent power calibration.

 

Accessing the IndependentPowerCalibration object

For standard S-parameter channels:

Dim app as AgilentPNA835x.Application
Dim CalMgr
Set CalMgr = App.GetCalManager
Dim CalAll
Set CalAll = CalMgr.CalibrateAllChannels

Dim IndependentPwrCal
Set IndependentPwrCal = CalAll.IndependentPowerCalibration

To calibrate an Application channel, see CreateCustomCalEx Method.

See Also:

Methods

 

Description

AddPowerCalRange

IIndependentPowerCalibration

Adds a power cal range for a specific port <n>.

Reset

IIndependentPowerCalibration

Resets all ranges for the given source port <n>.

Properties

Interface

See History

Description

PowerCalRange

IIndependentPowerCalibration

Returns a handle to the PowerCalRange object.

RangeCount

IIndependentPowerCalibration

Queries how many ranges are included in the calibration for source port <n>.

ValidPorts

IIndependentPowerCalibration

Queries available ports for independent power calibration.

 

IIndependentPowerCalibration History

Interface

Introduced with PNA Rev:

IIndependentPowerCalibration

10.60