PreCursor

SCPI Command :

LANE<*>:EQUalization:TRAining:FFE:TAPS:PRECursor
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) int[source]
# LANE<*>:EQUalization:TRAining:FFE:TAPS:PRECursor
value: int = driver.lane.equalization.training.ffe.taps.preCursor.get(lane = repcap.Lane.Default)

Sets a value for the number of the precursor symbols that are used.

Parameters:

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

Returns:

num_precursor_symbols_ffe: 0 to 39

set(num_precursor_symbols_ffe: int, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:TRAining:FFE:TAPS:PRECursor
driver.lane.equalization.training.ffe.taps.preCursor.set(num_precursor_symbols_ffe = 1, lane = repcap.Lane.Default)

Sets a value for the number of the precursor symbols that are used.

Parameters:
  • num_precursor_symbols_ffe – 0 to 39

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