HfOffset
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:HFOFfset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) HalfFrame[source]
# 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. Prerequisites for this command
Select a SSB periodicity > 5 ms (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.bsPeriod.set()) .
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
half_frame: ZERO SSB in first half frame. ONE SSB in second half frame.
- set(half_frame: HalfFrame, carrierComponent=CarrierComponent.Default) None[source]
# 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. Prerequisites for this command
Select a SSB periodicity > 5 ms (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.bsPeriod.set()) .
- Parameters:
half_frame – ZERO SSB in first half frame. ONE SSB in second half frame.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)