Auto

SCPI Commands

SYSTem:CONFigure:GENerator:INITialise:AUTO
class AutoCls[source]

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

get() bool[source]
# SCPI: SYSTem:CONFigure:GENerator:INITialise:AUTO
value: bool = driver.applications.k30NoiseFigure.system.configure.generator.initialise.auto.get()

This command turns automatic connection to the generator on and off. If on, the application automatically configures the generator before each measurement and turns on its RF output. Note that you have to establish a connection to the generator before you can perform the measurement. The command is available with option R&S FSWP-B10.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: SYSTem:CONFigure:GENerator:INITialise:AUTO
driver.applications.k30NoiseFigure.system.configure.generator.initialise.auto.set(state = False)

This command turns automatic connection to the generator on and off. If on, the application automatically configures the generator before each measurement and turns on its RF output. Note that you have to establish a connection to the generator before you can perform the measurement. The command is available with option R&S FSWP-B10.

param state

ON | OFF | 1 | 0