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.
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 |
Methods |
|
---|---|
None |
|
Properties |
Description |
Specifies the interface to use: GPIB, USB, LAN |
|
Specifies the location (address) of the power meter/sensor. |
Interface |
Introduced with VNA Rev: |
IPowerMeterInterface |
7.50 |