Taps<LaneEqTap>

SCPI Command :

LANE<*>:EQUalization:DFE:TAPS:PRESet
Commands in total: 4
Subgroups: 3
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr32

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

Presets to default DFE taps value.

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.dfe.taps.clone()

Subgroups