Duration

SCPI Command :

DISPlay[:WINDow<n>]:TDOMain:X[:SCALe]:DURation
class DurationCls[source]

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

get(window=Window.Default) float[source]
# SCPI: DISPlay[:WINDow<n>]:TDOMain:X[:SCALe]:DURation
value: float = driver.applications.k18AmplifierEt.display.window.tdomain.x.scale.duration.get(window = repcap.Window.Default)
This command defines the amount of data displayed on the x-axis of the time domain result display.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn off automatic scaling (method RsFsw.Applications.K18_AmplifierEt.Display.Window.Tdomain.X.Scale.Mode.set) .

param window

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

return

time: numeric value Time that is displayed on the x-axis, beginning at the offset defined with method RsFsw.Applications.K18_AmplifierEt.Display.Window.Tdomain.X.Scale.Offset.set. Unit: s

set(time: float, window=Window.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TDOMain:X[:SCALe]:DURation
driver.applications.k18AmplifierEt.display.window.tdomain.x.scale.duration.set(time = 1.0, window = repcap.Window.Default)
This command defines the amount of data displayed on the x-axis of the time domain result display.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn off automatic scaling (method RsFsw.Applications.K18_AmplifierEt.Display.Window.Tdomain.X.Scale.Mode.set) .

param time

numeric value Time that is displayed on the x-axis, beginning at the offset defined with method RsFsw.Applications.K18_AmplifierEt.Display.Window.Tdomain.X.Scale.Offset.set. Unit: s

param window

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