McsTable
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:DL:MCSTable
- class McsTableCls[source]
McsTable commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) McsTable[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:DL:MCSTable value: enums.McsTable = driver.configure.signaling.lte.cell.ueScheduling.userDefined.sassignment.downlink.mcsTable.get(cell_name = 'abc')
Selects the maximum allowed DL 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 64QAM, max 256QAM, max 1024QAM
- set(cell_name: str, mcs_table: McsTable) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:DL:MCSTable driver.configure.signaling.lte.cell.ueScheduling.userDefined.sassignment.downlink.mcsTable.set(cell_name = 'abc', mcs_table = enums.McsTable.Q1K)
Selects the maximum allowed DL 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 64QAM, max 256QAM, max 1024QAM