Offset

SCPI Command :

DISPlay[:WINDow<n>]:TDOMain:X[:SCALe]:OFFSet
class OffsetCls[source]

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

get(window=Window.Default) float[source]
# SCPI: DISPlay[:WINDow<n>]:TDOMain:X[:SCALe]:OFFSet
value: float = driver.applications.k18AmplifierEt.display.window.tdomain.x.scale.offset.get(window = repcap.Window.Default)
This command defines the origin of the x-axis in 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 offset relative to the first recorded sample (when synchronization has failed) or the first sample of the synchronized data (when synchronization was successful) . Unit: s

set(time: float, window=Window.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TDOMain:X[:SCALe]:OFFSet
driver.applications.k18AmplifierEt.display.window.tdomain.x.scale.offset.set(time = 1.0, window = repcap.Window.Default)
This command defines the origin of the x-axis in 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 offset relative to the first recorded sample (when synchronization has failed) or the first sample of the synchronized data (when synchronization was successful) . Unit: s

param window

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