Source

SCPI Command :

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

Selects the source of the clock channel, if method RsRtx.lane.equalization.dfe.timReference.source.set() is set to CLOCk.

Parameters:

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

Returns:

ref_src: CLOCk | CDR

set(ref_src: TimeRefSource, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:DFE:TIMReference:SOURce
driver.lane.equalization.dfe.timReference.source.set(ref_src = enums.TimeRefSource.CDR, lane = repcap.Lane.Default)

Selects the source of the clock channel, if method RsRtx.lane.equalization.dfe.timReference.source.set() is set to CLOCk.

Parameters:
  • ref_src – CLOCk | CDR

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