McsTable

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:UL:MCSTable
class McsTableCls[source]

McsTable commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str) McsTableB[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:UL:MCSTable
value: enums.McsTableB = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.uplink.mcsTable.get(cell_name = 'abc')

Defines which MCS table must be used for PUSCH without transform precoding, for the initial BWP.

param cell_name:

No help available

return:

mcs_table: 256QAM, 64QAM low SE, 64QAM

set(cell_name: str, mcs_table: McsTableB) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:UL:MCSTable
driver.configure.signaling.nradio.cell.ueScheduling.userDefined.uplink.mcsTable.set(cell_name = 'abc', mcs_table = enums.McsTableB.L64)

Defines which MCS table must be used for PUSCH without transform precoding, for the initial BWP.

param cell_name:

No help available

param mcs_table:

256QAM, 64QAM low SE, 64QAM