Soffset

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:SASSignment:DL:TDOMain:SOFFset
class SoffsetCls[source]

Soffset 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:DL:TDOMain:SOFFset
value: int = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.sassignment.downlink.tdomain.soffset.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Configures the slot offset k0 for the PDSCH, for DL SPS scheduling, for BWP <bb>.

param cell_name:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)

return:

offset: No help available

set(cell_name: str, offset: int, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:SASSignment:DL:TDOMain:SOFFset
driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.sassignment.downlink.tdomain.soffset.set(cell_name = 'abc', offset = 1, bwParts = repcap.BwParts.Default)

Configures the slot offset k0 for the PDSCH, for DL SPS scheduling, for BWP <bb>.

param cell_name:

No help available

param offset:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)