Contains the methods and properties to configure multiple power sensors to be used during a guided power calibration.
Note: These commands are supported ONLY on standard channels.
A GuidedCalibrationPowerSensor object is accessed as an item of the GuidedCalibrationPowerSensors Collection.
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 powerSensors Dim port: port = 1 Set powerSensors = guidedCal.GuidedCalibrationPowerSensors(port) Dim powerSensor2 Set powerSensor2 = GuidedCalibrationPowerSensors.Item(2) powerSensor2.Name="26GHzSensor" |
See Example Programs
Methods |
|
Description |
---|---|---|
None |
|
|
Properties |
Interface |
Description |
IGuidedCalibrationPowerSensors |
Sets and returns the name of this power sensor. |
|
IGuidedCalibrationPowerSensors |
Set and read the cal kit to be used for calibrating at the reference plane. |
|
IGuidedCalibrationPowerSensors |
Sets or returns the connector type of the power sensor |
|
IGuidedCalibrationPowerSensors |
Sets or returns the start frequency of the power sensor coverage |
|
IGuidedCalibrationPowerSensors |
Sets or returns the stop frequency of the power sensor coverage |
Interface |
Introduced with VNA Rev: |
IGuidedCalibrationPowerSensors |
9.33 |