McsTable

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:CMMapping:CSIRs: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: Mapping table selected automatically, depending on [CONFigure:]SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:DL:MCSTable.

    • P521: Mapping table contents defined by 3GPP TS 36.521.MCS scheme selection via Predefined3GPP.

    • UDEFined: Mapping table contents defined via separate command, see [CONFigure:]SIGNaling:LTE:CELL:UESCheduling:CMMapping:CSIRs:MCS etc.

  • Predefined_3_Gpp: enums.Predefined3Gpp: Selects an MCS scheme for MCSTable = P521. Mn means ‘MCS.n’ in the tables A.

4-13 to A.4-16 in 3GPP TS 36.521.

get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:CMMapping:CSIRs:MCSTable
value: GetStruct = driver.configure.signaling.lte.cell.ueScheduling.cmMapping.csirs.mcsTable.get(cell_name = 'abc')

Selects a configuration mode for the CQI-MCS mapping tables for follow WB CQI. There is 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:

structure: for return value, see the help for GetStruct structure arguments.

set(cell_name: str, mcs_table: McsTableC, predefined_3_gpp: Predefined3Gpp = None) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:CMMapping:CSIRs:MCSTable
driver.configure.signaling.lte.cell.ueScheduling.cmMapping.csirs.mcsTable.set(cell_name = 'abc', mcs_table = enums.McsTableC.AUTO, predefined_3_gpp = enums.Predefined3Gpp.M1)

Selects a configuration mode for the CQI-MCS mapping tables for follow WB CQI. There is 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_table:
  • AUTO: Mapping table selected automatically, depending on [CONFigure:]SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:DL:MCSTable.

  • P521: Mapping table contents defined by 3GPP TS 36.521.MCS scheme selection via Predefined3GPP.

  • UDEFined: Mapping table contents defined via separate command, see [CONFigure:]SIGNaling:LTE:CELL:UESCheduling:CMMapping:CSIRs:MCS etc.

param predefined_3_gpp:

Selects an MCS scheme for MCSTable = P521. Mn means ‘MCS.n’ in the tables A.4-13 to A.4-16 in

3GPP TS 36.521.