Iihb

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:PUSCh:FHOP:IIHB
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PUSCh:FHOP:IIHB
value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.pusch.fhop.iihb.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the information in hopping bits of the PUSCH.

Parameters:

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

Returns:

hb_info: numeric value Range: 0 to 3

set(hb_info: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PUSCh:FHOP:IIHB
driver.applications.k10Xlte.configure.lte.uplink.cc.pusch.fhop.iihb.set(hb_info = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the information in hopping bits of the PUSCH.

Parameters:
  • hb_info – numeric value Range: 0 to 3

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