Time
SCPI Command :
EYE<*>:DISPlay:PERSistence:TIME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(eye=Eye.Default) float[source]
# EYE<*>:DISPlay:PERSistence:TIME value: float = driver.eye.display.persistence.time.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 for the duration defined here.- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- Returns:
time: 0.05 to 50
- set(time: float, eye=Eye.Default) None[source]
# EYE<*>:DISPlay:PERSistence:TIME driver.eye.display.persistence.time.set(time = 1.0, 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 for the duration defined here.- Parameters:
time – 0.05 to 50
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)