DcGain

SCPI Command :

LANE<*>:EQUalization:CTLE:DCGain
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) float[source]
# LANE<*>:EQUalization:CTLE:DCGain
value: float = driver.lane.equalization.ctle.dcGain.get(lane = repcap.Lane.Default)

Sets a DC gain for the CTLE filter. The DC gain determines the level of signal amplification at the low frequency end, thus ensuring that low frequency components are amplified to an adequate level to maintain signal integrity.

Parameters:

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

Returns:

gain_dc: -40 to 40

set(gain_dc: float, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:CTLE:DCGain
driver.lane.equalization.ctle.dcGain.set(gain_dc = 1.0, lane = repcap.Lane.Default)

Sets a DC gain for the CTLE filter. The DC gain determines the level of signal amplification at the low frequency end, thus ensuring that low frequency components are amplified to an adequate level to maintain signal integrity.

Parameters:
  • gain_dc – -40 to 40

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