Mtable

SCPI Command :

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

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

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

Turns the marker table on and off.

param window

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

return

state: No help available

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

Turns the marker table on and off.

param state

No help available

param window

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