Interface
SCPI Command :
SYSTem:COMMunicate:RDEVice:GENerator:INTerface
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() GeneratorIntf[source]
# SYSTem:COMMunicate:RDEVice:GENerator:INTerface value: enums.GeneratorIntf = driver.applications.k30NoiseFigure.system.communicate.rdevice.generator.interface.get()
Defines the interface used for the connection to the external generator.
- Returns:
type_py: GPIB TCPip
- set(type_py: GeneratorIntf) None[source]
# SYSTem:COMMunicate:RDEVice:GENerator:INTerface driver.applications.k30NoiseFigure.system.communicate.rdevice.generator.interface.set(type_py = enums.GeneratorIntf.GPIB)
Defines the interface used for the connection to the external generator.
- Parameters:
type_py – GPIB TCPip