Pattern
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class PatternStruct[source]
Response structure. Fields:
1 Pattern: str: numeric
2 Bitcount: int: integer Range: 1 to 64
- get(allocationNull=AllocationNull.Default) PatternStruct[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PATTern value: PatternStruct = driver.source.bb.eutra.downlink.emtc.alloc.pattern.get(allocationNull = repcap.AllocationNull.Default)
Sets a bit pattern as data source.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
structure: for return value, see the help for PatternStruct structure arguments.
- set(pattern: str, bitcount: int, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PATTern driver.source.bb.eutra.downlink.emtc.alloc.pattern.set(pattern = rawAbc, bitcount = 1, allocationNull = repcap.AllocationNull.Default)
Sets a bit pattern as data source.
- Parameters:
pattern – numeric
bitcount – integer Range: 1 to 64
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)