State
SCPI Command :
DISPlay[:WINDow]:MINFo[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# DISPlay[:WINDow]:MINFo[:STATe] value: bool = driver.applications.k149Uwb.display.window.minfo.state.get()
Turns the marker information in all diagrams on and off.
- Returns:
state: ON | 1 Displays the marker information in the diagrams. OFF | 0 Hides the marker information in the diagrams.
- set(state: bool) None[source]
# DISPlay[:WINDow]:MINFo[:STATe] driver.applications.k149Uwb.display.window.minfo.state.set(state = False)
Turns the marker information in all diagrams on and off.
- Parameters:
state – ON | 1 Displays the marker information in the diagrams. OFF | 0 Hides the marker information in the diagrams.