Offset

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:OFFSet
class OffsetCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:OFFSet
value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.offset.get(carrierComponent = repcap.CarrierComponent.Default)
Defines a frequency offset for the synchronization signal block.

INTRO_CMD_HELP: Prerequisites for this command

  • Select manual configuration mode for SS (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.SsBlock.Detection.set) .

param carrierComponent

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

return

offset: numeric value (integer only) Offset in terms of resource blocks, relative to the first subcarrier.

set(offset: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:OFFSet
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.offset.set(offset = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines a frequency offset for the synchronization signal block.

INTRO_CMD_HELP: Prerequisites for this command

  • Select manual configuration mode for SS (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.SsBlock.Detection.set) .

param offset

numeric value (integer only) Offset in terms of resource blocks, relative to the first subcarrier.

param carrierComponent

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