Mcs
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UL:BSRConfig:MCS
- class McsCls[source]
Mcs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UL:BSRConfig:MCS value: int = driver.configure.signaling.lte.cell.ueScheduling.uplink.bsrConfig.mcs.get(cell_name = 'abc')
Selects a fixed or maximum MCS value for follow BSR, MCS configuration mode FIXed or MAX.
- param cell_name:
No help available
- return:
mcs: No help available
- set(cell_name: str, mcs: int) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UL:BSRConfig:MCS driver.configure.signaling.lte.cell.ueScheduling.uplink.bsrConfig.mcs.set(cell_name = 'abc', mcs = 1)
Selects a fixed or maximum MCS value for follow BSR, MCS configuration mode FIXed or MAX.
- param cell_name:
No help available
- param mcs:
No help available