Smode

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SMODe
class SmodeCls[source]

Smode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str) ModeUeScheduling[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SMODe
value: enums.ModeUeScheduling = driver.configure.signaling.nradio.cell.ueScheduling.smode.get(cell_name = 'abc')

Selects a scheduling mode for DL and UL, for the initial BWP.

param cell_name:

No help available

return:

mode: FIXed: Fixed scheduling, DL and UL. SPS: SPS DL, CG UL. CQI: Follow CQI WB DL, fixed scheduling UL. PRI: Follow PMI WB + RI DL, fixed scheduling UL. CPRI: Follow CQI WB + PMI WB + RI DL, fixed scheduling UL. BO: Follow buffer occupancy (BO) DL, fixed scheduling UL. UDEFined: Other dynamic scheduling mode (query only) .

set(cell_name: str, mode: ModeUeScheduling) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SMODe
driver.configure.signaling.nradio.cell.ueScheduling.smode.set(cell_name = 'abc', mode = enums.ModeUeScheduling.BO)

Selects a scheduling mode for DL and UL, for the initial BWP.

param cell_name:

No help available

param mode:

FIXed: Fixed scheduling, DL and UL. SPS: SPS DL, CG UL. CQI: Follow CQI WB DL, fixed scheduling UL. PRI: Follow PMI WB + RI DL, fixed scheduling UL. CPRI: Follow CQI WB + PMI WB + RI DL, fixed scheduling UL. BO: Follow buffer occupancy (BO) DL, fixed scheduling UL. UDEFined: Other dynamic scheduling mode (query only) .