AcGain

SCPI Command :

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

For HDMI serial standard, the command sets or queries an AC gain for the CTLE filter. For other standards, the command is only a query and returns the value.

Parameters:

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

Returns:

gain_ac: -100 to 100

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

For HDMI serial standard, the command sets or queries an AC gain for the CTLE filter. For other standards, the command is only a query and returns the value.

Parameters:
  • gain_ac – -100 to 100

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