Mtable

SCPI Command :

DISPlay[:WINDow<n>]:MTABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) AutoMode[source]
# DISPlay[:WINDow<n>]:MTABle
value: enums.AutoMode = driver.applications.k10Xlte.display.window.mtable.get(window = repcap.Window.Default)

Turns the marker table on and off.

Parameters:

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

set(state: AutoMode, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:MTABle
driver.applications.k10Xlte.display.window.mtable.set(state = enums.AutoMode.AUTO, window = repcap.Window.Default)

Turns the marker table on and off.

Parameters:

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