State

SCPI Command :

SOURce:GENerator[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# SOURce:GENerator[:STATe]
value: bool = driver.source.generator.state.get()

No help available

set(state: bool) None[source]
# SOURce:GENerator[:STATe]
driver.source.generator.state.set(state = False)

No help available