Smode
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UL:SMODe
- class SmodeCls[source]
Smode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) ModeS[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UL:SMODe value: enums.ModeS = driver.configure.signaling.lte.cell.ueScheduling.uplink.smode.get(cell_name = 'abc')
Selects a scheduling mode for the UL.
- param cell_name:
No help available
- return:
mode: FIXed: Fixed scheduling SPS: Semi-persistent scheduling SRBSr: Follow SR/BSR UDEFined: Other scheduling mode (query only) .
- set(cell_name: str, mode: ModeS) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UL:SMODe driver.configure.signaling.lte.cell.ueScheduling.uplink.smode.set(cell_name = 'abc', mode = enums.ModeS.FIXed)
Selects a scheduling mode for the UL.
- param cell_name:
No help available
- param mode:
FIXed: Fixed scheduling SPS: Semi-persistent scheduling SRBSr: Follow SR/BSR UDEFined: Other scheduling mode (query only) .