NorGain

SCPI Command :

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

Sets ths state of the normalize gain for FFE. The gain of a trained DFE is always 1. If enabled, the gain of the FFE is normalized to 1, such that the signal has a similar amplitude at the input and output of the equalizer. If disabled, the equalizer is trained such that the output PAM levels are separated by 1 V (e.g., +/- 0.5 V for NRZ) .

Parameters:

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

Returns:

normalize_gain: OFF | ON

set(normalize_gain: bool, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:TRAining:NORGain
driver.lane.equalization.training.norGain.set(normalize_gain = False, lane = repcap.Lane.Default)

Sets ths state of the normalize gain for FFE. The gain of a trained DFE is always 1. If enabled, the gain of the FFE is normalized to 1, such that the signal has a similar amplitude at the input and output of the equalizer. If disabled, the equalizer is trained such that the output PAM levels are separated by 1 V (e.g., +/- 0.5 V for NRZ) .

Parameters:
  • normalize_gain – OFF | ON

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