Meepre

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:MEEPre
class MeepreCls[source]

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

get(cell_name: str) float[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:MEEPre
value: float = driver.configure.signaling.nradio.cell.power.uplink.meepre.get(cell_name = 'abc')

Defines the maximum EPRE expected in the UL, for user-defined configuration. For automatic configuration, you can query the value.

param cell_name:

No help available

return:

power: No help available

set(cell_name: str, power: float) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:MEEPre
driver.configure.signaling.nradio.cell.power.uplink.meepre.set(cell_name = 'abc', power = 1.0)

Defines the maximum EPRE expected in the UL, for user-defined configuration. For automatic configuration, you can query the value.

param cell_name:

No help available

param power:

No help available