Self

SCPI Command :

SYSTem:COMMunicate:GPIB:[SELF]:ADDRess
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_address() int[source]
# SYSTem:COMMunicate:GPIB:[SELF]:ADDRess
value: int = driver.system.communicate.gpib.self.get_address()

Sets the GPIB address.

Returns:

address: integer Range: 0 to 30

set_address(address: int) None[source]
# SYSTem:COMMunicate:GPIB:[SELF]:ADDRess
driver.system.communicate.gpib.self.set_address(address = 1)

Sets the GPIB address.

Parameters:

address – integer Range: 0 to 30