Persistence ---------------------------------------- .. rubric:: SCPI Command : .. index:: single: EYE<*>:DISPlay:PERSistence:RESet .. code-block:: python EYE<*>:DISPlay:PERSistence:RESet .. autoclass:: rsrtx.Implementations.Eye.Display.Persistence.PersistenceCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently persistence_copy = driver.eye.display.persistence.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Eye_Display_Persistence_Infinite.rst Eye_Display_Persistence_State.rst Eye_Display_Persistence_Time.rst