MeRms
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:MERMs
- class MeRmsCls[source]
MeRms commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) float[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:MERMs value: float = driver.configure.signaling.nradio.cell.power.uplink.meRms.get(cell_name = 'abc')
Defines the maximum expected RMS UL power, 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:MERMs driver.configure.signaling.nradio.cell.power.uplink.meRms.set(cell_name = 'abc', power = 1.0)
Defines the maximum expected RMS UL power, for user-defined configuration. For automatic configuration, you can query the value.
- param cell_name:
No help available
- param power:
No help available