Select

SCPI Command :

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

Selects hardware or software clock data recovery. Available, if method RsRtx.eye.timReference.source.set() is set to CDR.

Parameters:

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

Returns:

cdr_type: SW | HW

set(cdr_type: CdrType, eye=Eye.Default) None[source]
# EYE<*>:TIMReference:CDR[:SELect]
driver.eye.timReference.cdr.select.set(cdr_type = enums.CdrType.HW, eye = repcap.Eye.Default)

Selects hardware or software clock data recovery. Available, if method RsRtx.eye.timReference.source.set() is set to CDR.

Parameters:
  • cdr_type – SW | HW

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