Gain
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:GAIN
- class GainCls[source]
Gain commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(terminal=Terminal.Default, packet=Packet.Default) float [source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:GAIN value: float = driver.source.bb.evdo.terminal.dchannel.packet.gain.get(terminal = repcap.Terminal.Default, packet = repcap.Packet.Default)
(enabled for an access terminal working in traffic mode) Sets the gain in dB of the Data Channel relative to the pilot channel power. Note: Configuration of Packet 2 and Packet 3 transmitted on the second and the third subframe, is only enabled for physical layer subtype 2.
- param terminal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
- param packet
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Packet’)
- return
gain: float Range: -80 to 30
- set(gain: float, terminal=Terminal.Default, packet=Packet.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:GAIN driver.source.bb.evdo.terminal.dchannel.packet.gain.set(gain = 1.0, terminal = repcap.Terminal.Default, packet = repcap.Packet.Default)
(enabled for an access terminal working in traffic mode) Sets the gain in dB of the Data Channel relative to the pilot channel power. Note: Configuration of Packet 2 and Packet 3 transmitted on the second and the third subframe, is only enabled for physical layer subtype 2.
- param gain
float Range: -80 to 30
- param terminal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
- param packet
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Packet’)