McsTable
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:CMMapping:MCSTable
- class McsTableCls[source]
McsTable commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
- Mcs_Table: enums.McsTableC:
AUTO: The mapping table is selected automatically, depending on [CONFigure:]SIGNaling:NRADio:CELL:UESCheduling:UDEFined:DL:MCSTable.
P521: The mapping table contents are defined by 3GPP TS 38.521-4.Table selection via Predefined3GPP.
UDEFined: The mapping table contents are defined via a separate command, see [CONFigure:]SIGNaling:NRADio:CELL:UESCheduling:CMMapping:MCS.
Predefined_3_Gpp: enums.ConfigTypeB: Selects a mapping table for MCSTable = P521. T1: table A.4-1 in 3GPP TS 38.
521-4 T2: table A.4-2 in 3GPP TS 38.521-4 T3: table A.4-3 in 3GPP TS 38.521-4
- get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:CMMapping:MCSTable value: GetStruct = driver.configure.signaling.nradio.cell.ueScheduling.cmMapping.mcsTable.get(cell_name = 'abc')
Selects a configuration mode for the CQI-MCS mapping table for follow WB CQI, for the initial BWP.
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, mcs_table: McsTableC, predefined_3_gpp: ConfigTypeB = None) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:CMMapping:MCSTable driver.configure.signaling.nradio.cell.ueScheduling.cmMapping.mcsTable.set(cell_name = 'abc', mcs_table = enums.McsTableC.AUTO, predefined_3_gpp = enums.ConfigTypeB.T1)
Selects a configuration mode for the CQI-MCS mapping table for follow WB CQI, for the initial BWP.
- param cell_name:
No help available
- param mcs_table:
AUTO: The mapping table is selected automatically, depending on [CONFigure:]SIGNaling:NRADio:CELL:UESCheduling:UDEFined:DL:MCSTable.
P521: The mapping table contents are defined by 3GPP TS 38.521-4.Table selection via Predefined3GPP.
UDEFined: The mapping table contents are defined via a separate command, see [CONFigure:]SIGNaling:NRADio:CELL:UESCheduling:CMMapping:MCS.
- param predefined_3_gpp:
Selects a mapping table for MCSTable = P521. T1: table A.4-1 in 3GPP TS 38.521-4 T2: table A.
4-2 in 3GPP TS 38.521-4 T3: table A.4-3 in 3GPP TS 38.521-4