State
SCPI Command :
SYSTem:CONFigure:GENerator:CONTrol:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: 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.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: 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.
- param state
ON | OFF | 1 | 0