Pattern

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:HARQ:PATTern
class PatternCls[source]

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

class PatternStruct[source]

Response structure. Fields:

  • Pattern: List[str]: 1024 bits

  • Bitcount: List[str]: 1024 bits Range: 1 to 32

get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) PatternStruct[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:HARQ:PATTern
value: PatternStruct = driver.source.bb.eutra.uplink.subf.alloc.pucch.harq.pattern.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the PUCCH ACK/NACK pattern or ACK/NACK + SR pattern per subframe.

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

structure: for return value, see the help for PatternStruct structure arguments.

set(pattern: List[str], bitcount: List[str], subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:HARQ:PATTern
driver.source.bb.eutra.uplink.subf.alloc.pucch.harq.pattern.set(pattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = ['rawAbc1', 'rawAbc2', 'rawAbc3'], subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the PUCCH ACK/NACK pattern or ACK/NACK + SR pattern per subframe.

param pattern

1024 bits

param bitcount

1024 bits Range: 1 to 32

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’)