Smode

SCPI Command :

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

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

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

Selects a mechanism for sending BWP switching information to the UE.

param cell_name:

No help available

return:

switching_mode: - STATic: The BWP is switched via an RRC connection reconfiguration. - DYNamic: The BWP is switched by sending a BWP ID in DCI format 0_1 for the UL or format 1_1 for the DL.

set(cell_name: str, switching_mode: BwpSwitchingMode) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP:SMODe
driver.configure.signaling.nradio.cell.bwp.smode.set(cell_name = 'abc', switching_mode = enums.BwpSwitchingMode.DYNamic)

Selects a mechanism for sending BWP switching information to the UE.

param cell_name:

No help available

param switching_mode:
  • STATic: The BWP is switched via an RRC connection reconfiguration.

  • DYNamic: The BWP is switched by sending a BWP ID in DCI format 0_1 for the UL or format 1_1 for the DL.