Auto
SCPI Command :
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()
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.
- 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)
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.
- param state
ON | OFF | 1 | 0