Addr

SCPI Command :

SYSTem:COMMunicate:GPIB<inst>[:SELF]:ADDR
class AddrCls[source]

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

get(gpibInstance=GpibInstance.Default) int[source]
# SCPI: SYSTem:COMMunicate:GPIB<inst>[:SELF]:ADDR
value: int = driver.system.communicate.gpib.self.addr.get(gpibInstance = repcap.GpibInstance.Default)

Sets the primary GPIB address of the analyzer.

param gpibInstance:

optional repeated capability selector. Default value: Inst1 (settable in the interface ‘Gpib’)

return:

adress_no: decimal Range: 0 to 30

set(adress_no: int, gpibInstance=GpibInstance.Default) None[source]
# SCPI: SYSTem:COMMunicate:GPIB<inst>[:SELF]:ADDR
driver.system.communicate.gpib.self.addr.set(adress_no = 1, gpibInstance = repcap.GpibInstance.Default)

Sets the primary GPIB address of the analyzer.

param adress_no:

decimal Range: 0 to 30

param gpibInstance:

optional repeated capability selector. Default value: Inst1 (settable in the interface ‘Gpib’)