PirPower

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UL[:PCC]:APPower:PIRPower:ADVanced
class PirPowerCls[source]

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

get_advanced() float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL[:PCC]:APPower:PIRPower:ADVanced
value: float = driver.configure.uplink.pcc.apPower.pirPower.get_advanced()

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

return:

target_power: numeric Range: -120 dBm to -90 dBm, Unit: dBm

set_advanced(target_power: float) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL[:PCC]:APPower:PIRPower:ADVanced
driver.configure.uplink.pcc.apPower.pirPower.set_advanced(target_power = 1.0)

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

param target_power:

numeric Range: -120 dBm to -90 dBm, Unit: dBm