State
SCPI Command :
SYSTem:DISPlay:MESSage:STATe
- Commands in total: 1Subgroups: 0Direct 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