GuidedCalibrationPowerSensor Object


Description

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.

Accessing the GuidedCalibrationPowerSensor Object

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 Also:

Methods

 

Description

None

 

 

Properties

Interface

See History

Description

Name

IGuidedCalibrationPowerSensors

Sets and returns the name of this power sensor.

PowerSensorCalKitType

IGuidedCalibrationPowerSensors

Set and read the cal kit to be used for calibrating at the reference plane.

PowerSensorConnectorType

IGuidedCalibrationPowerSensors

Sets or returns the connector type of the power sensor

StartFrequency

IGuidedCalibrationPowerSensors

Sets or returns the start frequency of the power sensor coverage

StopFrequency

IGuidedCalibrationPowerSensors

Sets or returns the stop frequency of the power sensor  coverage

IGuidedCalibrationPowerSensors History

Interface

Introduced with PNA Rev:

IGuidedCalibrationPowerSensors

9.33


Last Modified:

16-Jun-2011

Updated example and links

29-Nov-2010

New topic