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 |
Use to get a handle to a IndependentPowerCalibrationPort object. |
|
Properties |
Interface |
Description |
IIndependentPowerCalibration |
Queries available ports for independent power calibration. |
Interface |
Introduced with PNA Rev: |
IIndependentPowerCalibration |
10.60 |