Iihbits
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUSCh:FHOP:IIHBits
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUSCh:FHOP:IIHBits value: int = driver.source.bb.eutra.uplink.cell.subf.alloc.pusch.fhop.iihbits.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Sets the information in hopping bits according to the PDCCH DCI format 0 hopping bit definition.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
info_in_hopp_bits: integer Range: 0 to 3
- set(info_in_hopp_bits: int, cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUSCh:FHOP:IIHBits driver.source.bb.eutra.uplink.cell.subf.alloc.pusch.fhop.iihbits.set(info_in_hopp_bits = 1, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Sets the information in hopping bits according to the PDCCH DCI format 0 hopping bit definition.
- Parameters:
info_in_hopp_bits – integer Range: 0 to 3
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)