Interface

SCPI Command :

SYSTem:COMMunicate:RDEVice:GENerator<gen>:INTerface
class InterfaceCls[source]

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

get(generator=Generator.Default) RsFsw.enums.GeneratorIntfType[source]
# SCPI: SYSTem:COMMunicate:RDEVice:GENerator<gen>:INTerface
value: enums.GeneratorIntfType = driver.system.communicate.rdevice.generator.interface.get(generator = repcap.Generator.Default)

Defines the interface used for the connection to the external generator.

param generator

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

return

type_py: GPIB TCPip

set(type_py: RsFsw.enums.GeneratorIntfType, generator=Generator.Default) None[source]
# SCPI: SYSTem:COMMunicate:RDEVice:GENerator<gen>:INTerface
driver.system.communicate.rdevice.generator.interface.set(type_py = enums.GeneratorIntfType.GPIB, generator = repcap.Generator.Default)

Defines the interface used for the connection to the external generator.

param type_py

GPIB TCPip

param generator

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