RsPower

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UL:SETA:APPower:RSPower:ADVanced
class RsPowerCls[source]

RsPower commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_advanced() float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SETA:APPower:RSPower:ADVanced
value: float = driver.configure.uplink.seta.apPower.rsPower.get_advanced()

Specifies the ‘referenceSignalPower’ value, signaled to the UE if advanced UL power configuration applies.

return:

ref_signal_power: numeric Range: -60 dBm to 50 dBm, Unit: dBm

set_advanced(ref_signal_power: float) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SETA:APPower:RSPower:ADVanced
driver.configure.uplink.seta.apPower.rsPower.set_advanced(ref_signal_power = 1.0)

Specifies the ‘referenceSignalPower’ value, signaled to the UE if advanced UL power configuration applies.

param ref_signal_power:

numeric Range: -60 dBm to 50 dBm, Unit: dBm