Auto

SCPI Command :

SYSTem:CONFigure:GENerator:INITialise:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# SYSTem:CONFigure:GENerator:INITialise:AUTO
value: bool = driver.applications.k30NoiseFigure.system.configure.generator.initialise.auto.get()

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 FSW-B10.

Returns:

state: ON | OFF | 1 | 0

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

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 FSW-B10.

Parameters:

state – ON | OFF | 1 | 0