Maximum

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:POWer:DL:MAXimum
class MaximumCls[source]

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

get(cell_name: str) float[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:DL:MAXimum
value: float = driver.configure.signaling.lte.cell.power.downlink.maximum.get(cell_name = 'abc')

Defines the maximum cell power.

param cell_name:

No help available

return:

max_cell_power: No help available

set(cell_name: str, max_cell_power: float) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:DL:MAXimum
driver.configure.signaling.lte.cell.power.downlink.maximum.set(cell_name = 'abc', max_cell_power = 1.0)

Defines the maximum cell power.

param cell_name:

No help available

param max_cell_power:

No help available