Offset

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:OFFSet
class OffsetCls[source]

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

get(cellNull=CellNull.Default) RsSmbv.enums.OffsetRelativeAll[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:OFFSet
value: enums.OffsetRelativeAll = driver.source.bb.nr5G.node.cell.offset.get(cellNull = repcap.CellNull.Default)

Defines the reference point, relative to which the SS/PBCH is allocated in frequency domain. For the sidelink application: the reference point of the S-SS/PSBCH is always the reference point A.

param cellNull

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

return

offset_relative_t: TXBW| POINta TXBW The frequency position of the SS/PBCH is set relative to the usable RBs that apply for the current numerology, i.e. to the start of the TxBWs. POINta The frequency position of the SS/PBCH is set relative to the position of point A.

set(offset_relative_t: RsSmbv.enums.OffsetRelativeAll, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:OFFSet
driver.source.bb.nr5G.node.cell.offset.set(offset_relative_t = enums.OffsetRelativeAll.POINta, cellNull = repcap.CellNull.Default)

Defines the reference point, relative to which the SS/PBCH is allocated in frequency domain. For the sidelink application: the reference point of the S-SS/PSBCH is always the reference point A.

param offset_relative_t

TXBW| POINta TXBW The frequency position of the SS/PBCH is set relative to the usable RBs that apply for the current numerology, i.e. to the start of the TxBWs. POINta The frequency position of the SS/PBCH is set relative to the position of point A.

param cellNull

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