Sindex
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:SASSignment:UL:SINDex
- class SindexCls[source]
Sindex commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:SASSignment:UL:SINDex value: int = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.sassignment.uplink.sindex.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Selects a slot for sending the DCI that informs the UE about the UL 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:
slot: No help available
- set(cell_name: str, slot: int, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:SASSignment:UL:SINDex driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.sassignment.uplink.sindex.set(cell_name = 'abc', slot = 1, bwParts = repcap.BwParts.Default)
Selects a slot for sending the DCI that informs the UE about the UL grant, for BWP <bb>.
- param cell_name:
No help available
- param slot:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)