McsTable
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:DL: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:DL:MCSTable value: enums.McsTableB = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.downlink.mcsTable.get(cell_name = 'abc')
Selects the MCS table that the UE must use to determine the modulation order and the target code rate of the PDSCH, 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:DL:MCSTable driver.configure.signaling.nradio.cell.ueScheduling.userDefined.downlink.mcsTable.set(cell_name = 'abc', mcs_table = enums.McsTableB.L64)
Selects the MCS table that the UE must use to determine the modulation order and the target code rate of the PDSCH, for the initial BWP.
- param cell_name:
No help available
- param mcs_table:
256QAM, 64QAM low SE, 64QAM