Tap

SCPI Command :

LANE<*>:EQUalization:DFE:TAPS:TAP<*>
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default, laneEqTap=LaneEqTap.Default) float[source]
# LANE<*>:EQUalization:DFE:TAPS:TAP<*>
value: float = driver.lane.equalization.dfe.taps.tap.get(lane = repcap.Lane.Default, laneEqTap = repcap.LaneEqTap.Default)

Set the value of the respective tap.

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

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

Returns:

value: -40E+9 to 40E+9

set(value: float, lane=Lane.Default, laneEqTap=LaneEqTap.Default) None[source]
# LANE<*>:EQUalization:DFE:TAPS:TAP<*>
driver.lane.equalization.dfe.taps.tap.set(value = 1.0, lane = repcap.Lane.Default, laneEqTap = repcap.LaneEqTap.Default)

Set the value of the respective tap.

Parameters:
  • value – -40E+9 to 40E+9

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

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