Offset

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:NSSB:OFFSet
class OffsetCls[source]

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

get(cell_name: str) TimeOffset[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:NSSB:OFFSet
value: enums.TimeOffset = driver.configure.signaling.nradio.cell.nssb.offset.get(cell_name = 'abc')

Configures the time offset between the first burst of the NCD-SSB and the first burst of the CD-SSB, signaled as ‘ssb-TimeOffset-r17’, for the initial BWP.

param cell_name:

No help available

return:

time_offset: No help available

set(cell_name: str, time_offset: TimeOffset) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:NSSB:OFFSet
driver.configure.signaling.nradio.cell.nssb.offset.set(cell_name = 'abc', time_offset = enums.TimeOffset.T0)

Configures the time offset between the first burst of the NCD-SSB and the first burst of the CD-SSB, signaled as ‘ssb-TimeOffset-r17’, for the initial BWP.

param cell_name:

No help available

param time_offset:

No help available