Bits
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:HARQ:BITS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:HARQ:BITS value: int = driver.source.bb.eutra.uplink.subf.alloc.pucch.harq.bits.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
(PUCCH format >=3) Sets the number of ACK/NACK+SR+CSI bits before channel coding.
- Parameters:
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:
bits: Max number of bits depend on the PUCCH format Range: 1 to dynamic
- set(bits: int, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:HARQ:BITS driver.source.bb.eutra.uplink.subf.alloc.pucch.harq.bits.set(bits = 1, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
(PUCCH format >=3) Sets the number of ACK/NACK+SR+CSI bits before channel coding.
- Parameters:
bits – Max number of bits depend on the PUCCH format Range: 1 to dynamic
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’)