PACE Series SCPI Manual
K0472 Revision A 4-119
:SYST:COMM:GPIB:SELF:ADDR
Applicability: PACE1000, PACE5000, PACE6000
Command Syntax
:SYSTem:COMMunicate:GPIB[:SELF]:ADDRess
Parameter: Integer
Short form: SYST:COMM:GPIB:SELF:ADDR
Function: Sets the instrument’s GPIB address.
Query Syntax
:SYSTem:COMMunicate:GPIB:SELF:ADDRess?
Short form: :SYST:COMM:GPIB:SELF:ADDR?
Function: Queries GPIB address
Response: Returns decimal number representing GPIB address.
Description
This command instructs the instrument to set a GPIB address. The query command gets the
current address.
Example
:
:TX> :SYST:COMM:GPIB:SELF:ADDR?
RX> :SYST:COMM:GPIB:SELF:ADDR 1 //Current GPIB address is 1
TX> :SYST:COMM:GPIB:SELF:ADDR 16 //Set address to 16
TX> :SYST:COMM:GPIB:SELF:ADDR?
RX> :SYST:COMM:GPIB:SELF:ADDR 16