Property (Read-Write)
SCPI.SYSTem.COMMunicate.GPIB.PMETer.ADDRess = Value
Value = SCPI.COMMunicate.GPIB.PMETer.ADDRess
This command sets/gets the GPIB address of the power meter in use.
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. |
Dim Paddr As Long
SCPI.SYSTem.COMMunicate.GPIB.PMETer.ADDRess = 15
Paddr = SCPI.SYSTem.COMMunicate.GPIB.PMETer.ADDRess
System > Misc Setup > GPIB Setup > Power Meter Address
:SYSTem:COMMunicate:GPIB:PMETer:ADDRess <numeric>
:SYSTem:COMMunicate:GPIB:PMETer:ADDRess?
{numeric}<newline><^END>
10 OUTPUT 717;":SYST:COMM:GPIB:PMET:ADDR 10"
20 OUTPUT 717;":SYST:COMM:GPIB:PMET:ADDR?"
30 ENTER 717;A