Self

SCPI Command :

SYSTem:COMMunicate:GPIB:[SELF]:ADDRess
class SelfCls[source]

Self commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_address() int[source]
# SCPI: SYSTem:COMMunicate:GPIB:[SELF]:ADDRess
value: int = driver.system.communicate.gpib.self.get_address()

Sets the GPIB address.

return

address: integer Range: 0 to 30

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

Sets the GPIB address.

param address

integer Range: 0 to 30