RefWaveform

SCPI Command :

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

Selects the reference waveform to be used for the filter training, if method RsRtx.lane.equalization.training.mode.set() is set to REFerence.

Parameters:

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

Returns:

ref_wfm: NONE | R1 | R2 | R3 | R4

set(ref_wfm: SignalSource, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:TRAining:REFWaveform
driver.lane.equalization.training.refWaveform.set(ref_wfm = enums.SignalSource.AJ1, lane = repcap.Lane.Default)

Selects the reference waveform to be used for the filter training, if method RsRtx.lane.equalization.training.mode.set() is set to REFerence.

Parameters:
  • ref_wfm – NONE | R1 | R2 | R3 | R4

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