Smode

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SMODe
class SmodeCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) ModeUeScheduling[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SMODe
value: enums.ModeUeScheduling = driver.configure.signaling.nradio.cell.bwp.ueScheduling.smode.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Selects a scheduling mode for DL and UL, for BWP <bb>.

param cell_name:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)

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, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SMODe
driver.configure.signaling.nradio.cell.bwp.ueScheduling.smode.set(cell_name = 'abc', mode = enums.ModeUeScheduling.BO, bwParts = repcap.BwParts.Default)

Selects a scheduling mode for DL and UL, for BWP <bb>.

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) .

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)