Bits
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:HARQ:BITS
- class BitsCls[source]
Bits commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) int [source]
# SCPI: [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.
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
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]
# SCPI: [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.
- param bits
Max number of bits depend on the PUCCH format Range: 1 to dynamic
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)