State
SCPI Command :
CONFigure:GENerator:CONTrol[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# CONFigure:GENerator:CONTrol[:STATe] value: bool = driver.applications.k14Xnr5G.configure.generator.control.state.get()
Turns control over the signal generator on and off. Prerequisites for this command
IP connection to a signal generator.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# CONFigure:GENerator:CONTrol[:STATe] driver.applications.k14Xnr5G.configure.generator.control.state.set(state = False)
Turns control over the signal generator on and off. Prerequisites for this command
IP connection to a signal generator.
- Parameters:
state – ON | OFF | 1 | 0