Contains the methods and properties used to perform an independent power calibration.
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.
Methods |
Description |
|
---|---|---|
IIndependentPowerCalibration |
Adds a power cal range for a specific port <n>. |
|
IIndependentPowerCalibration |
Resets all ranges for the given source port <n>. |
|
Properties |
Interface |
Description |
IIndependentPowerCalibration |
Returns a handle to the PowerCalRange object. |
|
IIndependentPowerCalibration |
Queries how many ranges are included in the calibration for source port <n>. |
|
IIndependentPowerCalibration |
Queries available ports for independent power calibration. |
Interface |
Introduced with PNA Rev: |
IIndependentPowerCalibration |
10.60 |