Description
Contains the methods and properties used to perform an independent power calibration on a specific source port.
Dim app as AgilentPNA835x.Application
Dim CalMgr
Set CalMgr = App.GetCalManager
Dim CalAll
Set CalAll = CalMgr.CalibrateAllChannels
Dim IndependentPwrCalPort
Set IndependentPwrCalPort = CalAll.IndependentPowerCalibrationPort
Methods |
Description |
|
---|---|---|
IIndependentPowerCalibrationPort |
Adds a power cal range for a specific port <n>. |
|
IIndependentPowerCalibrationPort |
Resets all ranges for the given source port <n>. |
|
Properties |
Interface |
Description |
IIndependentPowerCalibrationPort |
Returns a handle to the PowerCalRange object. |
|
IIndependentPowerCalibrationPort |
Queries how many ranges are included in the calibration for source port <n>. |
Interface |
Introduced with VNA Rev: |
IIndependentPowerCalibrationPort |
12.90 |
|
|