State
SCPI Command :
DISPlay[:WINDow]:MINFo[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: DISPlay[:WINDow]:MINFo[:STATe] value: bool = driver.applications.k149Uwb.display.window.minfo.state.get()
Turns the marker information in all diagrams on and off.
- return
state: ON | 1 Displays the marker information in the diagrams. OFF | 0 Hides the marker information in the diagrams.
- set(state: bool) None [source]
# SCPI: DISPlay[:WINDow]:MINFo[:STATe] driver.applications.k149Uwb.display.window.minfo.state.set(state = False)
Turns the marker information in all diagrams on and off.
- param state
ON | 1 Displays the marker information in the diagrams. OFF | 0 Hides the marker information in the diagrams.