Soffset
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:SASSignment:UL:TDOMain:SOFFset
- class SoffsetCls[source]
Soffset 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:TDOMain:SOFFset value: int = driver.configure.signaling.nradio.cell.ueScheduling.sps.sassignment.uplink.tdomain.soffset.get(cell_name = 'abc')
Configures the slot offset k2 for the PUSCH, for UL configured grant, for the initial BWP.
- param cell_name:
No help available
- return:
offset: No help available
- set(cell_name: str, offset: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:SASSignment:UL:TDOMain:SOFFset driver.configure.signaling.nradio.cell.ueScheduling.sps.sassignment.uplink.tdomain.soffset.set(cell_name = 'abc', offset = 1)
Configures the slot offset k2 for the PUSCH, for UL configured grant, for the initial BWP.
- param cell_name:
No help available
- param offset:
No help available