Duration

SCPI Command :

DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:PERSistence:DURation
class DurationCls[source]

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

get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) float[source]
# SCPI: DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:PERSistence:DURation
value: float = driver.display.window.subwindow.trace.persistence.duration.get(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)

Sets the duration of the persistence. Setting the persistence to 0 turns it off and thus has the same effect as the command DISP:WIND:TRAC:PERS OFF (see method RsFsw.Display.Window.Subwindow.Trace.Persistence.State.set) .

param window

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

param subWindow

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

param trace

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

return

persistence: Persistance in seconds. Range: 0 to 8, Unit: seconds

set(persistence: float, window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:PERSistence:DURation
driver.display.window.subwindow.trace.persistence.duration.set(persistence = 1.0, window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)

Sets the duration of the persistence. Setting the persistence to 0 turns it off and thus has the same effect as the command DISP:WIND:TRAC:PERS OFF (see method RsFsw.Display.Window.Subwindow.Trace.Persistence.State.set) .

param persistence

Persistance in seconds. Range: 0 to 8, Unit: seconds

param window

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

param subWindow

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

param trace

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