Mtable
SCPI Command :
DISPlay[:WINDow<n>]:MTABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) AutoMode[source]
# DISPlay[:WINDow<n>]:MTABle value: enums.AutoMode = driver.applications.k40PhaseNoise.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’)
- Returns:
display_mode: ON | 1 Turns on the marker table. OFF | 0 Turns off the marker table. AUTO Turns on the marker table if 3 or more markers are active.
- set(display_mode: AutoMode, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:MTABle driver.applications.k40PhaseNoise.display.window.mtable.set(display_mode = enums.AutoMode.AUTO, window = repcap.Window.Default)
Turns the marker table on and off.
- Parameters:
display_mode – ON | 1 Turns on the marker table. OFF | 0 Turns off the marker table. AUTO Turns on the marker table if 3 or more markers are active.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)