McsTable
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>: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, bwParts=BwParts.Default) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:CMMapping:MCSTable value: GetStruct = driver.configure.signaling.nradio.cell.bwp.ueScheduling.cmMapping.mcsTable.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Selects a configuration mode for the CQI-MCS mapping table for follow WB CQI, for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, mcs_table: McsTableC, predefined_3_gpp: ConfigTypeB = None, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:CMMapping:MCSTable driver.configure.signaling.nradio.cell.bwp.ueScheduling.cmMapping.mcsTable.set(cell_name = 'abc', mcs_table = enums.McsTableC.AUTO, predefined_3_gpp = enums.ConfigTypeB.T1, bwParts = repcap.BwParts.Default)
Selects a configuration mode for the CQI-MCS mapping table for follow WB CQI, for BWP <bb>.
- 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 :param bwParts: optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)