McsTable
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:UL: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:SPS:UL:MCSTable value: enums.McsTableB = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.uplink.mcsTable.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Configures the signaled mcs-Table for UL configured grant, for the initial BWP.
- 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:SPS:UL:MCSTable driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.uplink.mcsTable.set(cell_name = 'abc', mcs_table = enums.McsTableB.L64, bwParts = repcap.BwParts.Default)
Configures the signaled mcs-Table for UL configured grant, for the initial BWP.
- 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’)