Sindex

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:SASSignment:UL: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:UL:SINDex
value: int = driver.configure.signaling.nradio.cell.ueScheduling.sps.sassignment.uplink.sindex.get(cell_name = 'abc')

Selects a slot for sending the DCI that informs the UE about the UL grant, 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:UL:SINDex
driver.configure.signaling.nradio.cell.ueScheduling.sps.sassignment.uplink.sindex.set(cell_name = 'abc', slot = 1)

Selects a slot for sending the DCI that informs the UE about the UL grant, for the initial BWP.

param cell_name:

No help available

param slot:

No help available