PowerMeterInterface Object


Description

Contains the properties used to select a power meter and sensor to be used for a source power calibration.

Note: This object replaces the PowerMeterGPIBAddress Property.

Accessing the PowerMeterInterface object

Get a handle to a power meter object using the PowerMeterInterfaces collection.

Dim app As AgilentPNA835x.Application

Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)

Dim pwrMtrInterfaces As PowerMeterInterfaces

Set pwrMtrInterfaces = app.SourcePowerCalibrator.PowerMeterInterfaces

If pwrMtrInterfaces.Count > 0 Then

   Dim pwrMtrInterface As PowerMeterInterface

   Set pwrMtrInterface = pwrMtrInterfaces(1)

   pwrMtrInterface.Path = naUSB

   pwrMtrInterface.Locator = ”Agilent Technologies,U2000A,MY12345678”

End If

See Also:

Methods

 

None

 

Properties

Description

Path

Specifies the interface to use: GPIB, USB, LAN

Locator

Specifies the location (address) of the power meter/sensor.

 

IPowerMeterInterface History

Interface

Introduced with PNA Rev:

IPowerMeterInterface

7.50