Offset
SCPI Command :
DISPlay[:WINDow<n>]:TDOMain:X[:SCALe]:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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. Prerequisites for this command
Turn off automatic scaling (method
RsFsw.applications.k18AmplifierEt.display.window.tdomain.x.scale.mode.set()) .
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- Returns:
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]
# 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. Prerequisites for this command
Turn off automatic scaling (method
RsFsw.applications.k18AmplifierEt.display.window.tdomain.x.scale.mode.set()) .
- Parameters:
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
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)