Address

SCPI Command :

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

This command sets the GPIB address of the FSW.

Returns:

address: Range: 0 to 30

set(address: float) None[source]
# SYSTem:COMMunicate:GPIB[:SELF]:ADDRess
driver.system.communicate.gpib.self.address.set(address = 1.0)

This command sets the GPIB address of the FSW.

Parameters:

address – Range: 0 to 30