Gain

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:APCHannel:GAIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(terminal=Terminal.Default) float[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:APCHannel:GAIN
value: float = driver.source.bb.evdo.terminal.apChannel.gain.get(terminal = repcap.Terminal.Default)

(enabled for Physical Layer subtype 2 and for an access terminal working in traffic mode) Sets the gain of the auxiliary pilot channel relative to the data channel power. Note: All other channel gains are specified relative to the pilot power, but the auxiliary pilot gain is specified relative to the data channel power.

Parameters:

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

Returns:

gain: float Range: -80 to 30

set(gain: float, terminal=Terminal.Default) None[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:APCHannel:GAIN
driver.source.bb.evdo.terminal.apChannel.gain.set(gain = 1.0, terminal = repcap.Terminal.Default)

(enabled for Physical Layer subtype 2 and for an access terminal working in traffic mode) Sets the gain of the auxiliary pilot channel relative to the data channel power. Note: All other channel gains are specified relative to the pilot power, but the auxiliary pilot gain is specified relative to the data channel power.

Parameters:
  • gain – float Range: -80 to 30

  • terminal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)