McsTable

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:DL:MCSTable
class McsTableCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) McsTableB[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:DL:MCSTable
value: enums.McsTableB = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.downlink.mcsTable.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Selects the MCS table that the UE must use to determine the modulation order and the target code rate of the PDSCH, for BWP <bb>.

param cell_name:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)

return:

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

set(cell_name: str, mcs_table: McsTableB, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:DL:MCSTable
driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.downlink.mcsTable.set(cell_name = 'abc', mcs_table = enums.McsTableB.L64, bwParts = repcap.BwParts.Default)

Selects the MCS table that the UE must use to determine the modulation order and the target code rate of the PDSCH, for BWP <bb>.

param cell_name:

No help available

param mcs_table:

256QAM, 64QAM low SE, 64QAM

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)