Taps<LaneEqTap>

SCPI Command :

LANE<*>:EQUalization:FFE:TAPS:PRESet
Commands in total: 6
Subgroups: 5
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr32

driver.lane.equalization.ffe.taps.repcap_laneEqTap_set(repcap.LaneEqTap.Nr1)
preset(lane=Lane.Default, opc_timeout_ms: int = -1) None[source]
# LANE<*>:EQUalization:FFE:TAPS:PRESet
driver.lane.equalization.ffe.taps.preset(lane = repcap.Lane.Default)

Presets the FFE taps.

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

  • opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.

Cloning the Group

# Create a copy of the original group, that exists independently
taps_copy = driver.lane.equalization.ffe.taps.clone()

Subgroups