Coupling

SCPI Command :

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

Sets the gate coupling. To use cursor lines or zoom areas as gate limits, the cursor or zoom must be defined before.

Parameters:

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

Returns:

coupling_mode: NONE | CURSor | ZOOM

set(coupling_mode: GateCouplingMode, eye=Eye.Default) None[source]
# EYE<*>:QUALify:GATE:COUPling
driver.eye.qualify.gate.coupling.set(coupling_mode = enums.GateCouplingMode.CURSor, eye = repcap.Eye.Default)

Sets the gate coupling. To use cursor lines or zoom areas as gate limits, the cursor or zoom must be defined before.

Parameters:
  • coupling_mode – NONE | CURSor | ZOOM

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