State

SCPI Command :

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

No help available

set(state: bool) None[source]
# SYSTem:DISPlay:MESSage:STATe
driver.system.display.message.state.set(state = False)

No help available