Gain
SCPI Command :
LANE<*>:EQUalization:DFE:GAIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default) float[source]
# LANE<*>:EQUalization:DFE:GAIN value: float = driver.lane.equalization.dfe.gain.get(lane = repcap.Lane.Default)
Sets the gain for the DFE filter.
- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
- Returns:
gain: 0.01 to 100
- set(gain: float, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:DFE:GAIN driver.lane.equalization.dfe.gain.set(gain = 1.0, lane = repcap.Lane.Default)
Sets the gain for the DFE filter.
- Parameters:
gain – 0.01 to 100
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)