SymMode

SCPI Command :

LANE<*>:EQUalization:FFE:TAPS:SYMMode
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) LaneTapsPerSymbolMode[source]
# LANE<*>:EQUalization:FFE:TAPS:SYMMode
value: enums.LaneTapsPerSymbolMode = driver.lane.equalization.ffe.taps.symMode.get(lane = repcap.Lane.Default)

Selects how the taps per symbol are determined, if they track the data rate or manually.

Parameters:

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

Returns:

taps_per_symbol_md: TDRA | AUTO | MANual

set(taps_per_symbol_md: LaneTapsPerSymbolMode, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:FFE:TAPS:SYMMode
driver.lane.equalization.ffe.taps.symMode.set(taps_per_symbol_md = enums.LaneTapsPerSymbolMode.MANual, lane = repcap.Lane.Default)

Selects how the taps per symbol are determined, if they track the data rate or manually.

Parameters:
  • taps_per_symbol_md – TDRA | AUTO | MANual

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