Mcs
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:CMMapping:MCS
- class McsCls[source]
Mcs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) List[int][source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:CMMapping:MCS value: List[int] = driver.configure.signaling.nradio.cell.ueScheduling.cmMapping.mcs.get(cell_name = 'abc')
Sets the configuration mode to UDEFined and defines the mapping table for that mode, for the initial BWP. A query returns the mapping table contents for the currently used configuration mode, without changing the mode. For setting the configuration mode, see [CONFigure:]SIGNaling:NRADio:CELL:UESCheduling:CMMapping:MCSTable.
- param cell_name:
No help available
- return:
mcs: Comma-separated list of 16 MCS values, for reported CQI values 0 to 15.
- set(cell_name: str, mcs: List[int]) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:CMMapping:MCS driver.configure.signaling.nradio.cell.ueScheduling.cmMapping.mcs.set(cell_name = 'abc', mcs = [1, 2, 3])
Sets the configuration mode to UDEFined and defines the mapping table for that mode, for the initial BWP. A query returns the mapping table contents for the currently used configuration mode, without changing the mode. For setting the configuration mode, see [CONFigure:]SIGNaling:NRADio:CELL:UESCheduling:CMMapping:MCSTable.
- param cell_name:
No help available
- param mcs:
Comma-separated list of 16 MCS values, for reported CQI values 0 to 15.