Fhopping
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:PUSCh:FHOPping
- class FhoppingCls[source]
Fhopping commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) RsFsw.enums.FreqHopingModeB [source]
# SCPI: 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.
INTRO_CMD_HELP: Prerequisites for this command
Configure exactly one PUSCH allocation.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
mode: DISable No PUSCH frequency hopping. INTRa Intra-slot frequency hopping.
- set(mode: RsFsw.enums.FreqHopingModeB, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: 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.
INTRO_CMD_HELP: Prerequisites for this command
Configure exactly one PUSCH allocation.
- param mode
DISable No PUSCH frequency hopping. INTRa Intra-slot frequency hopping.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)