Fhopping

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:PUSCh:FHOPping
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) FreqHopingModeB[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:PUSCh:FHOPping
value: enums.FreqHopingModeB = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.pusch.fhopping.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the PUSCH frequency hopping mode. Prerequisites for this command

  • Configure exactly one PUSCH allocation.

Parameters:

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

Returns:

mode: DISable No PUSCH frequency hopping. INTRa Intra-slot frequency hopping.

set(mode: FreqHopingModeB, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:PUSCh:FHOPping
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.pusch.fhopping.set(mode = enums.FreqHopingModeB.DISable, carrierComponent = repcap.CarrierComponent.Default)

Selects the PUSCH frequency hopping mode. Prerequisites for this command

  • Configure exactly one PUSCH allocation.

Parameters:
  • mode – DISable No PUSCH frequency hopping. INTRa Intra-slot frequency hopping.

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