Infinite

SCPI Command :

EYE<*>:DISPlay:PERSistence:INFinite
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(eye=Eye.Default) bool[source]
# EYE<*>:DISPlay:PERSistence:INFinite
value: bool = driver.eye.display.persistence.infinite.get(eye = repcap.Eye.Default)

If persistence is enabled (method RsRtx.eye.display.persistence.state.set() ) , each new data point in the diagram area remains on the screen infinitely until this command is set to OFF.

Parameters:

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

set(inf_persist: bool, eye=Eye.Default) None[source]
# EYE<*>:DISPlay:PERSistence:INFinite
driver.eye.display.persistence.infinite.set(inf_persist = False, eye = repcap.Eye.Default)

If persistence is enabled (method RsRtx.eye.display.persistence.state.set() ) , each new data point in the diagram area remains on the screen infinitely until this command is set to OFF.

Parameters:
  • inf_persist – OFF | ON

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