Duration
SCPI Command :
DISPlay[:WINDow<n>]:TDOMain:X[:SCALe]:DURation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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. 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 that is displayed on the x-axis, beginning at the offset defined with method
RsFsw.applications.k18AmplifierEt.display.window.tdomain.x.scale.offset.set(). Unit: s
- set(time: float, window=Window.Default) None[source]
# 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. Prerequisites for this command
Turn off automatic scaling (method
RsFsw.applications.k18AmplifierEt.display.window.tdomain.x.scale.mode.set()) .
- Parameters:
time – numeric value Time that is displayed on the x-axis, beginning at the offset defined with method
RsFsw.applications.k18AmplifierEt.display.window.tdomain.x.scale.offset.set(). Unit: swindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)