SCPI.SYSTem.COMMunicate.GPIB.PMETer.ADDRess

Object type

Property (Read-Write)

Syntax

SCPI.SYSTem.COMMunicate.GPIB.PMETer.ADDRess = Value

Value = SCPI.COMMunicate.GPIB.PMETer.ADDRess

Description

This command sets/gets the GPIB address of the power meter in use.

Variable

Parameter

Value

Description

GPIB address of the power meter

Data type

Long integer type (Long)

Range

0 to 30

Preset value

13

Note

If the specified parameter is out of the allowable setting range, a runtime error occurs.

Examples

Dim Paddr As Long
SCPI.SYSTem.COMMunicate.GPIB.PMETer.ADDRess = 15
Paddr = SCPI.SYSTem.COMMunicate.GPIB.PMETer.ADDRess

Equivalent key

System > Misc Setup > GPIB Setup > Power Meter Address

Equivalent SCPI command

Syntax

:SYSTem:COMMunicate:GPIB:PMETer:ADDRess <numeric>

:SYSTem:COMMunicate:GPIB:PMETer:ADDRess?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SYST:COMM:GPIB:PMET:ADDR 10"
20 OUTPUT 717;":SYST:COMM:GPIB:PMET:ADDR?"
30 ENTER 717;A