Pattern

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>: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]: numeric

  • Bitcount: int: integer Range: 1 to 64

get(allocationNull=AllocationNull.Default) PatternStruct[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:PATTern
value: PatternStruct = driver.source.bb.ofdm.alloc.pattern.get(allocationNull = repcap.AllocationNull.Default)

Sets a bit pattern as data source.

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: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:PATTern
driver.source.bb.ofdm.alloc.pattern.set(pattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1, allocationNull = repcap.AllocationNull.Default)

Sets a bit pattern as data source.

param pattern

numeric

param bitcount

integer Range: 1 to 64

param allocationNull

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