Mcs
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:CMMapping:MCS
- class McsCls[source]
Mcs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) List[int][source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:CMMapping:MCS value: List[int] = driver.configure.signaling.nradio.cell.bwp.ueScheduling.cmMapping.mcs.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Sets the configuration mode to UDEFined and defines the mapping table for that mode, for BWP <bb>. 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 bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
mcs: Comma-separated list of 16 MCS values, for reported CQI values 0 to 15.
- set(cell_name: str, mcs: List[int], bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:CMMapping:MCS driver.configure.signaling.nradio.cell.bwp.ueScheduling.cmMapping.mcs.set(cell_name = 'abc', mcs = [1, 2, 3], bwParts = repcap.BwParts.Default)
Sets the configuration mode to UDEFined and defines the mapping table for that mode, for BWP <bb>. 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.
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)