Mtable

SCPI Commands

DISPlay:WINDow<Window>:MTABle
class MtableCls[source]

Mtable commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) AutoMode[source]
# SCPI: DISPlay[:WINDow<n>]:MTABle
value: enums.AutoMode = driver.applications.k50Spurious.display.window.mtable.get(window = repcap.Window.Default)

This command turns the marker table on and off.

param window

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

return

display_mode: ON | 1 Turns on the marker table. OFF | 0 Turns off the marker table.

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

This command turns the marker table on and off.

param display_mode

ON | 1 Turns on the marker table. OFF | 0 Turns off the marker table.

param window

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