Advanced

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UL:SCC<Carrier>:APPower:PIRPower:ADVanced
class AdvancedCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SCC<Carrier>:APPower:PIRPower:ADVanced
value: float = driver.configure.uplink.scc.apPower.pirPower.advanced.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

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

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

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

set(target_power: float, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SCC<Carrier>:APPower:PIRPower:ADVanced
driver.configure.uplink.scc.apPower.pirPower.advanced.set(target_power = 1.0, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

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

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)