HfOffset

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:HFOFfset
class HfOffsetCls[source]

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

get(carrierComponent=CarrierComponent.Default) RsFsw.enums.HalfFrame[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:HFOFfset
value: enums.HalfFrame = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.hfOffset.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the half frame that contains the synchronization signal.

INTRO_CMD_HELP: Prerequisites for this command

  • Select a SSB periodicity > 5 ms (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.SsBlock.BsPeriod.set) .

param carrierComponent

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

return

half_frame: ZERO SSB in first half frame. ONE SSB in second half frame.

set(half_frame: RsFsw.enums.HalfFrame, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:HFOFfset
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.hfOffset.set(half_frame = enums.HalfFrame.ONE, carrierComponent = repcap.CarrierComponent.Default)
Selects the half frame that contains the synchronization signal.

INTRO_CMD_HELP: Prerequisites for this command

  • Select a SSB periodicity > 5 ms (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.SsBlock.BsPeriod.set) .

param half_frame

ZERO SSB in first half frame. ONE SSB in second half frame.

param carrierComponent

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