SymValue
SCPI Command :
LANE<*>:EQUalization:TRAining:FFE:TAPS:SYMValue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default) int[source]
# LANE<*>:EQUalization:TRAining:FFE:TAPS:SYMValue value: int = driver.lane.equalization.training.ffe.taps.symValue.get(lane = repcap.Lane.Default)
Available, if method
RsRtx.lane.equalization.training.ffe.taps.symMode.set()is set to MANual. Sets the number of taps per bit are used for the FFE filter training.- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
- Returns:
taps_per_symbol_val_ffe: 1 to 4
- set(taps_per_symbol_val_ffe: int, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:TRAining:FFE:TAPS:SYMValue driver.lane.equalization.training.ffe.taps.symValue.set(taps_per_symbol_val_ffe = 1, lane = repcap.Lane.Default)
Available, if method
RsRtx.lane.equalization.training.ffe.taps.symMode.set()is set to MANual. Sets the number of taps per bit are used for the FFE filter training.- Parameters:
taps_per_symbol_val_ffe – 1 to 4
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)