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