Limits

SCPI Command :

LANE<*>:EQUalization:TRAining:DFE:LIMits:PRESet
Commands in total: 3
Subgroups: 1
Direct child commands: 1
preset(lane=Lane.Default, opc_timeout_ms: int = -1) None[source]
# LANE<*>:EQUalization:TRAining:DFE:LIMits:PRESet
driver.lane.equalization.training.dfe.limits.preset(lane = repcap.Lane.Default)

Sets the DFE taps limits to their default values.

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
limits_copy = driver.lane.equalization.training.dfe.limits.clone()

Subgroups