Epre
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:POWer:UL:EPRE
- class EpreCls[source]
Epre commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) float[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:UL:EPRE value: float = driver.configure.signaling.lte.cell.power.uplink.epre.get(cell_name = 'abc')
Sets 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:
max_exp_erpe: No help available
- set(cell_name: str, max_exp_erpe: float) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:UL:EPRE driver.configure.signaling.lte.cell.power.uplink.epre.set(cell_name = 'abc', max_exp_erpe = 1.0)
Sets 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 max_exp_erpe:
No help available