Gate
SCPI Command :
EYE<*>:QUALify:GATE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(eye=Eye.Default) float[source]
# EYE<*>:QUALify:GATE value: float = driver.eye.qualify.gate.get(eye = repcap.Eye.Default)
Selects the gate, which restricts the contributing slices in horizontal direction. Only the timestamps within the defined horizontal interval qualify for eye generation. Enable and configure a gate before you assign it (method
RsMxo.gate.enable.set()=ON) . The query returns 0, if no gate is assigned.- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- Returns:
gate: Number of the gate to be used
- set(gate: float, eye=Eye.Default) None[source]
# EYE<*>:QUALify:GATE driver.eye.qualify.gate.set(gate = 1.0, eye = repcap.Eye.Default)
Selects the gate, which restricts the contributing slices in horizontal direction. Only the timestamps within the defined horizontal interval qualify for eye generation. Enable and configure a gate before you assign it (method
RsMxo.gate.enable.set()=ON) . The query returns 0, if no gate is assigned.- Parameters:
gate – Number of the gate to be used
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)