Mcs
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:CMMapping:CSIRs: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:LTE:CELL:UESCheduling:CMMapping:CSIRs:MCS value: List[int] = driver.configure.signaling.lte.cell.ueScheduling.cmMapping.csirs.mcs.get(cell_name = 'abc')
Sets the configuration mode to UDEFined and defines the mapping table for that mode. 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:LTE:CELL:UESCheduling:CMMapping:CSIRs:MCSTable. There is a configuration mode and a mapping table for each type of DL subframe: CSI-RS subframe (CSIRs) , special subframe for TDD (SSUBframe) , all other subframes (NSUBframe) .
- 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:LTE:CELL:UESCheduling:CMMapping:CSIRs:MCS driver.configure.signaling.lte.cell.ueScheduling.cmMapping.csirs.mcs.set(cell_name = 'abc', mcs = [1, 2, 3])
Sets the configuration mode to UDEFined and defines the mapping table for that mode. 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:LTE:CELL:UESCheduling:CMMapping:CSIRs:MCSTable. There is a configuration mode and a mapping table for each type of DL subframe: CSI-RS subframe (CSIRs) , special subframe for TDD (SSUBframe) , all other subframes (NSUBframe) .
- param cell_name:
No help available
- param mcs:
Comma-separated list of 16 MCS values, for reported CQI values 0 to 15.