Contains the methods and properties to enable and configure multiple power sensors to be used during a guided calibration.
Note: Guided Power Cal, and "multiple sensors" are allowed ONLY on standard channels.
Option explicit Dim app as AgilentPNA835x.Application Set app = CreateObject("AgilentPNA835x.Application") Dim CalMgr Set CalMgr = App.GetCalManager Dim guidedCal Set guidedCal = CalMgr.GuidedCalibration Dim port: port = 1 Dim powerSensors Set powerSensors = guidedCal.GuidedCalibrationPowerSensors(port) powerSensors = powerSensors.Add "26GHzPowerSensor" |
Methods |
|
Description |
---|---|---|
IGuidedCalibrationPowerSensors |
Add a power sensor by name to the collection. |
|
IGuidedCalibrationPowerSensors |
Specify a power sensor by name in the collection. |
|
IGuidedCalibrationPowerSensors |
Remove a power sensor from the collection. |
|
Properties |
Interface |
Description |
IGuidedCalibrationPowerSensors |
Return the number of power sensors in the collection. |
|
IGuidedCalibrationPowerSensors |
Enable the use of multiple power sensors. |
Interface |
Introduced with VNA Rev: |
IGuidedCalibrationPowerSensors |
9.33 |