Mode

SCPI Command :

DISPlay[:WINDow<n>]:TDOMain:X[:SCALe]:MODE
class ModeCls[source]

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

get(window=Window.Default) bool[source]
# SCPI: DISPlay[:WINDow<n>]:TDOMain:X[:SCALe]:MODE
value: bool = driver.applications.k18AmplifierEt.display.window.tdomain.x.scale.mode.get(window = repcap.Window.Default)

This command turns automatic scaling of the x-axis in the time domain result display on and off.

param window

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

return

state: ON | 1 Turns on automatic scaling of the x-axis. OFF | 0 Turns on manual scaling of the x-axis.

set(state: bool, window=Window.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TDOMain:X[:SCALe]:MODE
driver.applications.k18AmplifierEt.display.window.tdomain.x.scale.mode.set(state = False, window = repcap.Window.Default)

This command turns automatic scaling of the x-axis in the time domain result display on and off.

param state

ON | 1 Turns on automatic scaling of the x-axis. OFF | 0 Turns on manual scaling of the x-axis.

param window

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