Count

SCPI Command :

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

Sets the number of taps used for the training of the FFE. You can select up to 40 taps.

Parameters:

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

Returns:

num_taps_ffe: 1 to 40

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

Sets the number of taps used for the training of the FFE. You can select up to 40 taps.

Parameters:
  • num_taps_ffe – 1 to 40

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