Sindex
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:SASSignment:DL:SINDex
- class SindexCls[source]
Sindex commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:SASSignment:DL:SINDex value: int = driver.configure.signaling.nradio.cell.ueScheduling.sps.sassignment.downlink.sindex.get(cell_name = 'abc')
Selects a slot for sending the DCI that activates DL SPS and informs the UE about the scheduling, for the initial BWP.
- param cell_name:
No help available
- return:
slot: No help available
- set(cell_name: str, slot: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:SASSignment:DL:SINDex driver.configure.signaling.nradio.cell.ueScheduling.sps.sassignment.downlink.sindex.set(cell_name = 'abc', slot = 1)
Selects a slot for sending the DCI that activates DL SPS and informs the UE about the scheduling, for the initial BWP.
- param cell_name:
No help available
- param slot:
No help available