State

SCPI Command :

OUTPut:VIDeo:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# OUTPut:VIDeo:STATe
value: bool = driver.output.video.state.get()

No help available

set(state: bool) None[source]
# OUTPut:VIDeo:STATe
driver.output.video.state.set(state = False)

No help available