Select

SCPI Command :

EYE<*>:TIMReference:PROTocol:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(eye=Eye.Default) SerialBusIndex[source]
# EYE<*>:TIMReference:PROTocol:SELect
value: enums.SerialBusIndex = driver.eye.timReference.protocol.select.get(eye = repcap.Eye.Default)

Selects the active bus for the eye analysis, if method RsRtx.eye.timReference.source.set() is set to PROTocol.

Parameters:

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

Returns:

serial_bus_index: SBUS1 | SBUS2 | SBUS3 | SBUS4

set(serial_bus_index: SerialBusIndex, eye=Eye.Default) None[source]
# EYE<*>:TIMReference:PROTocol:SELect
driver.eye.timReference.protocol.select.set(serial_bus_index = enums.SerialBusIndex.SBUS1, eye = repcap.Eye.Default)

Selects the active bus for the eye analysis, if method RsRtx.eye.timReference.source.set() is set to PROTocol.

Parameters:
  • serial_bus_index – SBUS1 | SBUS2 | SBUS3 | SBUS4

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