State
SCPI Command :
EYE<*>[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(eye=Eye.Default) bool[source]
# EYE<*>[:STATe] value: bool = driver.eye.state.get(eye = repcap.Eye.Default)
Activates or deactivates the eye diagram.
- 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<*>[:STATe] driver.eye.state.set(state = False, eye = repcap.Eye.Default)
Activates or deactivates the eye diagram.
- Parameters:
state – OFF | ON
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)