Mode

SCPI Command :

LANE<*>:EQUalization:TRAining:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) LaneTrainingMode[source]
# LANE<*>:EQUalization:TRAining:MODE
value: enums.LaneTrainingMode = driver.lane.equalization.training.mode.get(lane = repcap.Lane.Default)

Selects the waveform to be trained. You can select a scope waveform (SCOPe) or load a reference waveform (REFerence) .

Parameters:

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

Returns:

training_mode: REFerence | SCOPe

set(training_mode: LaneTrainingMode, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:TRAining:MODE
driver.lane.equalization.training.mode.set(training_mode = enums.LaneTrainingMode.REFerence, lane = repcap.Lane.Default)

Selects the waveform to be trained. You can select a scope waveform (SCOPe) or load a reference waveform (REFerence) .

Parameters:
  • training_mode – REFerence | SCOPe

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