Llimit<LowLimit>

SCPI Command :

LANE<*>:EQUalization:TRAining:DFE:TAPS:LLIMit<*>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr0 .. Nr4

driver.lane.equalization.training.dfe.taps.llimit.repcap_lowLimit_set(repcap.LowLimit.Nr0)
get(lane=Lane.Default, lowLimit=LowLimit.Default) float[source]
# LANE<*>:EQUalization:TRAining:DFE:TAPS:LLIMit<*>
value: float = driver.lane.equalization.training.dfe.taps.llimit.get(lane = repcap.Lane.Default, lowLimit = repcap.LowLimit.Default)

Sets the lower global limit for the DFE filter. The trained/generated filter tap values are within these given limits.

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

  • lowLimit – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Llimit’)

Returns:

lower_limit: -1 to 1

set(lower_limit: float, lane=Lane.Default, lowLimit=LowLimit.Default) None[source]
# LANE<*>:EQUalization:TRAining:DFE:TAPS:LLIMit<*>
driver.lane.equalization.training.dfe.taps.llimit.set(lower_limit = 1.0, lane = repcap.Lane.Default, lowLimit = repcap.LowLimit.Default)

Sets the lower global limit for the DFE filter. The trained/generated filter tap values are within these given limits.

Parameters:
  • lower_limit – -1 to 1

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

  • lowLimit – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Llimit’)

Cloning the Group

# Create a copy of the original group, that exists independently
llimit_copy = driver.lane.equalization.training.dfe.taps.llimit.clone()