Pmax

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UL:SCC<Carrier>:PMAX
class PmaxCls[source]

Pmax 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>:PMAX
value: float or bool = driver.configure.uplink.scc.pmax.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the maximum allowed UE power.

param secondaryCompCarrier:

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

return:

power: (float or boolean) numeric | ON | OFF Range: -30 dBm to 33 dBm, Unit: dBm ON | OFF enables or disables signaling of the value to the UE.

set(power: float, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SCC<Carrier>:PMAX
driver.configure.uplink.scc.pmax.set(power = 1.0, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the maximum allowed UE power.

param power:

(float or boolean) numeric | ON | OFF Range: -30 dBm to 33 dBm, Unit: dBm ON | OFF enables or disables signaling of the value to the UE.

param secondaryCompCarrier:

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