RbMax
SCPI Command :
[CONFigure]:SIGNaling:NRADio: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:NRADio:CELL:RFSettings:RBMax value: bool = driver.configure.signaling.nradio.cell.rfSettings.rbMax.get(cell_name = 'abc')
It enables the automatic configuration of a full scheduled RB allocation when the carrier 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:NRADio:CELL:RFSettings:RBMax driver.configure.signaling.nradio.cell.rfSettings.rbMax.set(cell_name = 'abc', enable = False)
It enables the automatic configuration of a full scheduled RB allocation when the carrier bandwidth is increased.
- param cell_name:
No help available
- param enable:
No help available