Address
SCPI Command :
SYSTem:COMMunicate:GPIB[:SELF]:ADDRess
- class AddressCls[source]
Address commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: SYSTem:COMMunicate:GPIB[:SELF]:ADDRess value: float = driver.system.communicate.gpib.self.address.get()
This command sets the GPIB address of the FSW.
- return
address: Range: 0 to 30
- set(address: float) None [source]
# SCPI: SYSTem:COMMunicate:GPIB[:SELF]:ADDRess driver.system.communicate.gpib.self.address.set(address = 1.0)
This command sets the GPIB address of the FSW.
- param address
Range: 0 to 30