AsOffset

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:ASOFfset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# 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. Prerequisites for this command

  • Select manual configuration mode for SS (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.detection.set() ) .

Parameters:

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

Returns:

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]
# 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. Prerequisites for this command

  • Select manual configuration mode for SS (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.detection.set() ) .

Parameters:
  • offset – numeric value (integer only) Offset in terms of subcarrier, relative to the first subcarrier of a resource block. Range: 0 to 11

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