Write / Read
About Source Power Cal

PowerMeterGPIBAddress Property  Superseded


Description

This command is replaced with PowerMeterInterface Object.

Specifies the GPIB address of the power meter that will be referenced by the SourcePowerCalibrator object.

When performing a source power cal, the PNA will search VISA interfaces that are configured in the Keysight IO LIbraries on the PNA.

VB Syntax

powerCalibrator.PowerMeterGPIBAddress = value

Variable

(Type) - Description

powerCalibrator

(object) -  A SourcePowerCalibrator (object)

value

(long integer) – Power meter GPIB address.  Choose any number between 0 and 30.

Return Type

Long integer

Default

13

Examples

Set powerCalibrator = pna.SourcePowerCalibrator
powerCalibrator.PowerMeterGPIBAddress = 13 'Write

pwrMtrAddress = powerCalibrator.PowerMeterGPIBAddress 'Read

C++ Syntax

HRESULT put_PowerMeterGPIBAddress(long newVal);

HRESULT get_PowerMeterGPIBAddress(long *pVal);

Interface

ISourcePowerCalibrator