Offset
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# 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. 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 resource blocks, relative to the first subcarrier.
- set(offset: float, carrierComponent=CarrierComponent.Default) None[source]
# 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. 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 resource blocks, relative to the first subcarrier.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)