State

SCPI Command :

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

No help available

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

No help available