Offset
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:NSSB:OFFSet
- class OffsetCls[source]
Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) TimeOffset[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:NSSB:OFFSet value: enums.TimeOffset = driver.configure.signaling.nradio.cell.bwp.nssb.offset.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
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 BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
time_offset: No help available
- set(cell_name: str, time_offset: TimeOffset, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:NSSB:OFFSet driver.configure.signaling.nradio.cell.bwp.nssb.offset.set(cell_name = 'abc', time_offset = enums.TimeOffset.T0, bwParts = repcap.BwParts.Default)
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 BWP <bb>.
- param cell_name:
No help available
- param time_offset:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)