SymMode
SCPI Command :
LANE<*>:EQUalization:TRAining:FFE:TAPS:SYMMode
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default) LaneTapsPerSymbolMode[source]
# LANE<*>:EQUalization:TRAining:FFE:TAPS:SYMMode value: enums.LaneTapsPerSymbolMode = driver.lane.equalization.training.ffe.taps.symMode.get(lane = repcap.Lane.Default)
Selects how the taps per symbol for the FFE filter training 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_ffe: TDRA | AUTO | MANual
- set(taps_per_symbol_md_ffe: LaneTapsPerSymbolMode, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:TRAining:FFE:TAPS:SYMMode driver.lane.equalization.training.ffe.taps.symMode.set(taps_per_symbol_md_ffe = enums.LaneTapsPerSymbolMode.MANual, lane = repcap.Lane.Default)
Selects how the taps per symbol for the FFE filter training are determined, if they track the data rate or manually.
- Parameters:
taps_per_symbol_md_ffe – TDRA | AUTO | MANual
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)