DcGain
SCPI Command :
BUS<*>:CTLE:DCGain
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:CTLE:DCGain value: float = driver.bus.ctle.dcGain.get(bus = repcap.Bus.Default)
Sets the adjustable DC gain. This value can be chosen according to the channel loss characteristics. For low-loss channels, you can set a value close to 0 dB.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
dc_gain: -100 to 100
- set(dc_gain: float, bus=Bus.Default) None[source]
# BUS<*>:CTLE:DCGain driver.bus.ctle.dcGain.set(dc_gain = 1.0, bus = repcap.Bus.Default)
Sets the adjustable DC gain. This value can be chosen according to the channel loss characteristics. For low-loss channels, you can set a value close to 0 dB.
- Parameters:
dc_gain – -100 to 100
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)