Training

SCPI Command :

LANE<*>:EQUalization:TRAining:STARt
Commands in total: 18
Subgroups: 8
Direct child commands: 1
start(lane=Lane.Default, opc_timeout_ms: int = -1) None[source]
# LANE<*>:EQUalization:TRAining:STARt
driver.lane.equalization.training.start(lane = repcap.Lane.Default)

Starts the filter training.

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

Subgroups