AsOffset
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:ASOFfset
- class AsOffsetCls[source]
AsOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:ASOFfset value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.asOffset.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 subcarrier, relative to the first subcarrier of a resource block. Range: 0 to 11
- set(offset: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:ASOFfset driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.asOffset.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 subcarrier, relative to the first subcarrier of a resource block. Range: 0 to 11
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)