Periodicity
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:DL:PERiodicity
- class PeriodicityCls[source]
Periodicity commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:DL:PERiodicity value: int = driver.configure.signaling.nradio.cell.ueScheduling.sps.downlink.periodicity.get(cell_name = 'abc')
Configures the signaled ‘periodicity’ for DL SPS scheduling, in ms, for the initial BWP.
- param cell_name:
No help available
- return:
periodicity: No help available
- set(cell_name: str, periodicity: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:DL:PERiodicity driver.configure.signaling.nradio.cell.ueScheduling.sps.downlink.periodicity.set(cell_name = 'abc', periodicity = 1)
Configures the signaled ‘periodicity’ for DL SPS scheduling, in ms, for the initial BWP.
- param cell_name:
No help available
- param periodicity:
No help available