Pattern
SCPI Command :
[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Pattern: str: numeric
2 Bitcount: int: integer Range: 1 to 64
- get(allocationNull=AllocationNull.Default) GetStruct[source]
# [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:PATTern value: GetStruct = driver.source.bb.ofdm.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 GetStruct structure arguments.