Count

SCPI Command :

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

Seletcs the number of taps for the FFE. You can set the individual value for each tap with LANE<m>:EQUalization:FFE:TAPS:TAP<n>.

Parameters:

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

Returns:

num_items: 1 to 40

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

Seletcs the number of taps for the FFE. You can set the individual value for each tap with LANE<m>:EQUalization:FFE:TAPS:TAP<n>.

Parameters:
  • num_items – 1 to 40

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