Soffset

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:DL:TDOMain:SOFFset
class SoffsetCls[source]

Soffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str, slot: int) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:DL:TDOMain:SOFFset
value: int = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.downlink.tdomain.soffset.get(cell_name = 'abc', slot = 1)

Configures the slot offset k0 for the PDSCH, for the DL slot with the index <Slot>, for the initial BWP.

param cell_name:

No help available

param slot:

No help available

return:

offset: No help available

set(cell_name: str, slot: int, offset: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:DL:TDOMain:SOFFset
driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.downlink.tdomain.soffset.set(cell_name = 'abc', slot = 1, offset = 1)

Configures the slot offset k0 for the PDSCH, for the DL slot with the index <Slot>, for the initial BWP.

param cell_name:

No help available

param slot:

No help available

param offset:

No help available