Infinite
SCPI Command :
EYE<*>:DISPlay:PERSistence:INFinite
- Commands in total: 1Subgroups: 0Direct 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 infinite persistence is ON, each new waveform point remains on the screen until this option is disabled, or the display is reset.
- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- Returns:
inf_persist: OFF | ON
- 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 infinite persistence is ON, each new waveform point remains on the screen until this option is disabled, or the display is reset.
- Parameters:
inf_persist – OFF | ON
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)