Gain
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:PCHannel:GAIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(terminal=Terminal.Default) float[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:PCHannel:GAIN value: float = driver.source.bb.evdo.terminal.pchannel.gain.get(terminal = repcap.Terminal.Default)
Sets the gain of the pilot channel. Gains of other channels are relative to the Pilot Channel power. This setting is used to distinguish the power between access terminals, when more than one access terminal is active.
- Parameters:
terminal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
- Returns:
gain: float Range: -80 to 10 dB
- set(gain: float, terminal=Terminal.Default) None[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:PCHannel:GAIN driver.source.bb.evdo.terminal.pchannel.gain.set(gain = 1.0, terminal = repcap.Terminal.Default)
Sets the gain of the pilot channel. Gains of other channels are relative to the Pilot Channel power. This setting is used to distinguish the power between access terminals, when more than one access terminal is active.
- Parameters:
gain – float Range: -80 to 10 dB
terminal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)