State

SCPI Command :

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

Enables the gate.

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<*>:QUALify:GATE[:STATe]
driver.eye.qualify.gate.state.set(state = False, eye = repcap.Eye.Default)

Enables the gate.

Parameters:
  • state – OFF | ON

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