Contains the methods and properties used to set start and stop frequency, and number of points for 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 |
---|---|---|
None |
|
|
Properties |
Interface |
Description |
IPowerCalRange |
Sets and gets the number of points for range <m> for source port<n>. |
|
IPowerCalRange |
Sets and gets the start frequency for range <m> for source port<n>. |
|
IPowerCalRange |
Sets and gets the stop frequency for range <m> for source port<n>. |
Interface |
Introduced with PNA Rev: |
IPowerCalRange |
10.60 |