Select

SCPI Command :

LANE<*>:EQUalization:DFE:TIMReference:CDR[:SELect]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) CdrType[source]
# LANE<*>:EQUalization:DFE:TIMReference:CDR[:SELect]
value: enums.CdrType = driver.lane.equalization.dfe.timReference.cdr.select.get(lane = repcap.Lane.Default)

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

Parameters:

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

Returns:

cdr_type: SW | HW

set(cdr_type: CdrType, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:DFE:TIMReference:CDR[:SELect]
driver.lane.equalization.dfe.timReference.cdr.select.set(cdr_type = enums.CdrType.HW, lane = repcap.Lane.Default)

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

Parameters:
  • cdr_type – SW | HW

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