State

SCPI Command :

CONFigure:GENerator:CONTrol[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: CONFigure:GENerator:CONTrol[:STATe]
value: bool = driver.applications.k14Xnr5G.configure.generator.control.state.get()
Turns control over the signal generator on and off.

INTRO_CMD_HELP: Prerequisites for this command

  • IP connection to a signal generator.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: CONFigure:GENerator:CONTrol[:STATe]
driver.applications.k14Xnr5G.configure.generator.control.state.set(state = False)
Turns control over the signal generator on and off.

INTRO_CMD_HELP: Prerequisites for this command

  • IP connection to a signal generator.

param state

ON | OFF | 1 | 0