RbMax

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:RFSettings:RBMax
class RbMaxCls[source]

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

get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:RFSettings:RBMax
value: bool = driver.configure.signaling.lte.cell.rfSettings.rbMax.get(cell_name = 'abc')

The command enables the automatic configuration of a full scheduled RB allocation when the frequency bandwidth is increased.

param cell_name:

No help available

return:

enable: No help available

set(cell_name: str, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:RFSettings:RBMax
driver.configure.signaling.lte.cell.rfSettings.rbMax.set(cell_name = 'abc', enable = False)

The command enables the automatic configuration of a full scheduled RB allocation when the frequency bandwidth is increased.

param cell_name:

No help available

param enable:

No help available