Pattern
SCPI Command :
[SOURce<HW>]:BB:DM: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() PatternStruct[source]
# [SOURce<HW>]:BB:DM:PATTern value: PatternStruct = driver.source.bb.dm.pattern.get()
Selects the data pattern for the internal data source.
- Returns:
structure: for return value, see the help for PatternStruct structure arguments.
- set(pattern: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:DM:PATTern driver.source.bb.dm.pattern.set(pattern = rawAbc, bitcount = 1)
Selects the data pattern for the internal data source.
- Parameters:
pattern – numeric
bitcount – integer Range: 1 to 64