GuidedCalibrationPowerSensors Collection


Description

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.

Accessing 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 port: port = 1

Dim powerSensors

Set powerSensors = guidedCal.GuidedCalibrationPowerSensors(port)

powerSensors = powerSensors.Add "26GHzPowerSensor"

See Also:

Methods

 

Description

Add

IGuidedCalibrationPowerSensors

Add a power sensor by name to the collection.

Item

IGuidedCalibrationPowerSensors

Specify a power sensor by name in the collection.

Remove

IGuidedCalibrationPowerSensors

Remove a power sensor from the collection.

Properties

Interface

See History

Description

Count

IGuidedCalibrationPowerSensors

Return the number of power sensors in the collection.

UseMultipleSensors

IGuidedCalibrationPowerSensors

Enable the use of multiple power sensors.

 

IGuidedCalibrationPowerSensors History

Interface

Introduced with PNA Rev:

IGuidedCalibrationPowerSensors

9.33


Last Modified:

29-Nov-2010

New topic