Fselection

SCPI Command :

LANE<*>:EQUalization:TRAining:FSELection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) LaneFilterSelection[source]
# LANE<*>:EQUalization:TRAining:FSELection
value: enums.LaneFilterSelection = driver.lane.equalization.training.fselection.get(lane = repcap.Lane.Default)

Selects the filter for the filter training. You can select between an FFE filter and a combination of FFE and DFE filter (BOTH) .

Parameters:

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

Returns:

filter_sel: FFE | BOTH

set(filter_sel: LaneFilterSelection, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:TRAining:FSELection
driver.lane.equalization.training.fselection.set(filter_sel = enums.LaneFilterSelection.BOTH, lane = repcap.Lane.Default)

Selects the filter for the filter training. You can select between an FFE filter and a combination of FFE and DFE filter (BOTH) .

Parameters:
  • filter_sel – FFE | BOTH

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