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 ON, each new data point in the diagram area remains on the screen for the duration that is defined using method RsMxo.eye.display.persistence.time.set() , or as long as method RsMxo.eye.display.persistence.infinite.set() is ON. If OFF, the waveform points are displayed only for the current acquisition.

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 ON, each new data point in the diagram area remains on the screen for the duration that is defined using method RsMxo.eye.display.persistence.time.set() , or as long as method RsMxo.eye.display.persistence.infinite.set() is ON. If OFF, the waveform points are displayed only for the current acquisition.

Parameters:
  • state – OFF | ON

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