Pmax
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:POWer:UL: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:LTE:CELL:POWer:UL:PMAX value: float or bool = driver.configure.signaling.lte.cell.power.uplink.pmax.get(cell_name = 'abc')
Sets the UL power control parameter ‘p-Max’.
- param cell_name:
No help available
- return:
power: (float or boolean) OFF means that the parameter is not signaled.
- set(cell_name: str, power: float) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:UL:PMAX driver.configure.signaling.lte.cell.power.uplink.pmax.set(cell_name = 'abc', power = 1.0)
Sets the UL power control parameter ‘p-Max’.
- param cell_name:
No help available
- param power:
(float or boolean) OFF means that the parameter is not signaled.