State
SCPI Command :
SYSTem:CONFigure:GENerator:CONTrol:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# SYSTem:CONFigure:GENerator:CONTrol:STATe value: bool = driver.applications.k30NoiseFigure.system.configure.generator.control.state.get()
Turns automatic control of an external generator on and off. The command is available with option FSW-B10.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# SYSTem:CONFigure:GENerator:CONTrol:STATe driver.applications.k30NoiseFigure.system.configure.generator.control.state.set(state = False)
Turns automatic control of an external generator on and off. The command is available with option FSW-B10.
- Parameters:
state – ON | OFF | 1 | 0