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