Iihb

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:PUSCh:FHOP:IIHB
class IihbCls[source]

Iihb commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: 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.

param carrierComponent

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

return

hb_info: numeric value Range: 0 to 3

set(hb_info: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: 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.

param hb_info

numeric value Range: 0 to 3

param carrierComponent

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