State

SCPI Command :

EYE<*>:DISPlay:PERSistence:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(eye=Eye.Default) bool[source]
# EYE<*>:DISPlay:PERSistence:STATe
value: bool = driver.eye.display.persistence.state.get(eye = repcap.Eye.Default)

If enabled, each new data point in the diagram area remains on the screen for the duration defined using method RsRtx.eye.display.persistence.time.set() , or as long as method RsRtx.eye.display.persistence.infinite.set() is enabled. If disabled, the signal value is only displayed as long as it actually occurs.

Parameters:

eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)

Returns:

state: OFF | ON

set(state: bool, eye=Eye.Default) None[source]
# EYE<*>:DISPlay:PERSistence:STATe
driver.eye.display.persistence.state.set(state = False, eye = repcap.Eye.Default)

If enabled, each new data point in the diagram area remains on the screen for the duration defined using method RsRtx.eye.display.persistence.time.set() , or as long as method RsRtx.eye.display.persistence.infinite.set() is enabled. If disabled, the signal value is only displayed as long as it actually occurs.

Parameters:
  • state – OFF | ON

  • eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)