State

SCPI Command :

DISPlay:MINFo[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# DISPlay:MINFo[:STATe]
value: bool = driver.display.minfo.state.get()

No help available

set(state: bool) None[source]
# DISPlay:MINFo[:STATe]
driver.display.minfo.state.set(state = False)

No help available