Periodicity

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:UL:PERiodicity
class PeriodicityCls[source]

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

get(cell_name: str) SpsPeriodicity[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:UL:PERiodicity
value: enums.SpsPeriodicity = driver.configure.signaling.nradio.cell.ueScheduling.sps.uplink.periodicity.get(cell_name = 'abc')

Configures the signaled ‘periodicity’ for UL configured grant, for the initial BWP.

param cell_name:

No help available

return:

periodicity: SYMn: n symbols Sn: n slots S1K, S1K2, S2K, S5K: 1024, 1280, 2560, 5120 slots

set(cell_name: str, periodicity: SpsPeriodicity) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:UL:PERiodicity
driver.configure.signaling.nradio.cell.ueScheduling.sps.uplink.periodicity.set(cell_name = 'abc', periodicity = enums.SpsPeriodicity.S1)

Configures the signaled ‘periodicity’ for UL configured grant, for the initial BWP.

param cell_name:

No help available

param periodicity:

SYMn: n symbols Sn: n slots S1K, S1K2, S2K, S5K: 1024, 1280, 2560, 5120 slots