Address

SCPI Commands

SYSTem:COMMunicate:TCPip:RDEVice:GENerator<Generator>:ADDRess
class AddressCls[source]

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

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

No command help available

param generator

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

return

address: No help available

set(address: str, generator=Generator.Default) None[source]
# SCPI: SYSTem:COMMunicate:TCPip:RDEVice:GENerator<gen>:ADDRess
driver.system.communicate.tcpip.rdevice.generator.address.set(address = '1', generator = repcap.Generator.Default)

No command help available

param address

No help available

param generator

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