Persistence
SCPI Command :
EYE<*>:DISPlay:PERSistence:RESet
- Commands in total: 4Subgroups: 3Direct child commands: 1
- reset(eye=Eye.Default) None[source]
# EYE<*>:DISPlay:PERSistence:RESet driver.eye.display.persistence.reset(eye = repcap.Eye.Default)
Resets the display, removing all waveform points.
- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- reset_and_wait(eye=Eye.Default, opc_timeout_ms: int = -1) None[source]
Cloning the Group
# Create a copy of the original group, that exists independently
persistence_copy = driver.eye.display.persistence.clone()
Subgroups