Select

SCPI Command :

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

Selects the software CDR used for the reference signal for the DFE.

Parameters:

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

Returns:

software_cdri_dx: SW1 | SW2 | SW3 | SW4

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

Selects the software CDR used for the reference signal for the DFE.

Parameters:
  • software_cdri_dx – SW1 | SW2 | SW3 | SW4

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