FhMode
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:PUSCh:FHMode
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) FreqHoppingMode[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PUSCh:FHMode value: enums.FreqHoppingMode = driver.applications.k10Xlte.configure.lte.uplink.cc.pusch.fhMode.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the frequency hopping mode in the PUSCH structure.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
hopping_mode: NONE No hopping INTer Inter subframe hopping INTRa Intra subframe hopping
- set(hopping_mode: FreqHoppingMode, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PUSCh:FHMode driver.applications.k10Xlte.configure.lte.uplink.cc.pusch.fhMode.set(hopping_mode = enums.FreqHoppingMode.INTer, carrierComponent = repcap.CarrierComponent.Default)
Selects the frequency hopping mode in the PUSCH structure.
- Parameters:
hopping_mode – NONE No hopping INTer Inter subframe hopping INTRa Intra subframe hopping
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)