Duration

SCPI Command :

DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:PERSistence:DURation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) float[source]
# 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() ) .

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

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

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

Returns:

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

set(persistence: float, window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None[source]
# 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() ) .

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

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

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

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