SymValue

SCPI Command :

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

Available, if method RsRtx.lane.equalization.ffe.taps.symMode.set() is set to MANual. Sets the number of taps per bit are used for the equalization.

Parameters:

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

Returns:

taps_per_symbol_val: 1 to 4

set(taps_per_symbol_val: int, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:FFE:TAPS:SYMValue
driver.lane.equalization.ffe.taps.symValue.set(taps_per_symbol_val = 1, lane = repcap.Lane.Default)

Available, if method RsRtx.lane.equalization.ffe.taps.symMode.set() is set to MANual. Sets the number of taps per bit are used for the equalization.

Parameters:
  • taps_per_symbol_val – 1 to 4

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