Address

SCPI Command :

SYSTem:COMMunicate:GPIB:RDEVice:GENerator<gen>:ADDRess
class AddressCls[source]

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

get(generator=Generator.Default) int[source]
# SCPI: SYSTem:COMMunicate:GPIB:RDEVice:GENerator<gen>:ADDRess
value: int = driver.system.communicate.gpib.rdevice.generator.address.get(generator = repcap.Generator.Default)

Changes the IEC/IEEE-bus address of the external generator. Is only valid if External Generator Control (R&S FSW-B10) is installed.

param generator

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

return

number: Range: 0 to 30

set(number: int, generator=Generator.Default) None[source]
# SCPI: SYSTem:COMMunicate:GPIB:RDEVice:GENerator<gen>:ADDRess
driver.system.communicate.gpib.rdevice.generator.address.set(number = 1, generator = repcap.Generator.Default)

Changes the IEC/IEEE-bus address of the external generator. Is only valid if External Generator Control (R&S FSW-B10) is installed.

param number

Range: 0 to 30

param generator

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