Gain
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACKChannel:GAIN
- class GainCls[source]
Gain commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(terminal=Terminal.Default) float [source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACKChannel:GAIN value: float = driver.source.bb.evdo.terminal.ackChannel.gain.get(terminal = repcap.Terminal.Default)
(enabled for access terminal working in traffic mode) Sets the gain of the ACK channel relative to the pilot channel power.
- param terminal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
- return
gain: float Range: -80 to 30
- set(gain: float, terminal=Terminal.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACKChannel:GAIN driver.source.bb.evdo.terminal.ackChannel.gain.set(gain = 1.0, terminal = repcap.Terminal.Default)
(enabled for access terminal working in traffic mode) Sets the gain of the ACK channel relative to the pilot channel power.
- param gain
float Range: -80 to 30
- param terminal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)