Interface

SCPI Command :

SYSTem:COMMunicate:RDEVice:GENerator<gen>:INTerface
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(generator=Generator.Default) GeneratorIntfType[source]
# 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.

Parameters:

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

Returns:

type_py: GPIB TCPip

set(type_py: GeneratorIntfType, generator=Generator.Default) None[source]
# 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.

Parameters:
  • type_py – GPIB TCPip

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