State

SCPI Command :

DISPlay[:WINDow<n>]:MINFo[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) bool[source]
# DISPlay[:WINDow<n>]:MINFo[:STATe]
value: bool = driver.applications.k10Xlte.display.window.minfo.state.get(window = repcap.Window.Default)

Turns the marker information in all diagrams on and off.

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

Returns:

state: ON | 1 Displays the marker information in the diagrams. OFF | 0 Hides the marker information in the diagrams.

set(state: bool, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:MINFo[:STATe]
driver.applications.k10Xlte.display.window.minfo.state.set(state = False, window = repcap.Window.Default)

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.

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)