AcGain

SCPI Command :

BUS<*>:CTLE:ACGain
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:CTLE:ACGain
value: float = driver.bus.ctle.acGain.get(bus = repcap.Bus.Default)

No help available

Parameters:

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

set(ac_gain: float, bus=Bus.Default) None[source]
# BUS<*>:CTLE:ACGain
driver.bus.ctle.acGain.set(ac_gain = 1.0, bus = repcap.Bus.Default)

No help available

Parameters:

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