McsTable
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UL:MCSTable
- class McsTableCls[source]
McsTable commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) McsTableD[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UL:MCSTable value: enums.McsTableD = driver.configure.signaling.lte.cell.ueScheduling.uplink.mcsTable.get(cell_name = 'abc')
Selects the maximum allowed UL modulation scheme. This selection indirectly selects an MCS table for mapping of the configured MCS values to modulation schemes and TBS indices.
- param cell_name:
No help available
- return:
mcs_table: Max 16QAM, max 64QAM, max 256QAM
- set(cell_name: str, mcs_table: McsTableD) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UL:MCSTable driver.configure.signaling.lte.cell.ueScheduling.uplink.mcsTable.set(cell_name = 'abc', mcs_table = enums.McsTableD.Q16)
Selects the maximum allowed UL modulation scheme. This selection indirectly selects an MCS table for mapping of the configured MCS values to modulation schemes and TBS indices.
- param cell_name:
No help available
- param mcs_table:
Max 16QAM, max 64QAM, max 256QAM