Pmax

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:PMAX
class PmaxCls[source]

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

get(cell_name: str) float[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:PMAX
value: float or bool = driver.configure.signaling.nradio.cell.power.control.pmax.get(cell_name = 'abc')

Defines the maximum allowed UL power ‘p-Max’ and whether the value is signaled to the UE (ON/value) or not (OFF) .

param cell_name:

No help available

return:

power: (float or boolean) No help available

set(cell_name: str, power: float) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:PMAX
driver.configure.signaling.nradio.cell.power.control.pmax.set(cell_name = 'abc', power = 1.0)

Defines the maximum allowed UL power ‘p-Max’ and whether the value is signaled to the UE (ON/value) or not (OFF) .

param cell_name:

No help available

param power:

(float or boolean) No help available