Periodicity
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:UL:PERiodicity
- class PeriodicityCls[source]
Periodicity commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) SpsPeriodicity[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:UL:PERiodicity value: enums.SpsPeriodicity = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.uplink.periodicity.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Configures the signaled ‘periodicity’ for UL configured grant, for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
periodicity: SYMn: n symbols Sn: n slots S1K, S1K2, S2K, S5K: 1024, 1280, 2560, 5120 slots
- set(cell_name: str, periodicity: SpsPeriodicity, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:UL:PERiodicity driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.uplink.periodicity.set(cell_name = 'abc', periodicity = enums.SpsPeriodicity.S1, bwParts = repcap.BwParts.Default)
Configures the signaled ‘periodicity’ for UL configured grant, for BWP <bb>.
- param cell_name:
No help available
- param periodicity:
SYMn: n symbols Sn: n slots S1K, S1K2, S2K, S5K: 1024, 1280, 2560, 5120 slots
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)