Pattern
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBT:TPS:ID:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class PatternStruct[source]
Response structure. Fields:
1 Pattern: str: numeric
2 Bitcount: int: integer Range: 16 to 16
- get() PatternStruct[source]
# [SOURce<HW>]:BB:DVB:DVBT:TPS:ID:PATTern value: PatternStruct = driver.source.bb.dvb.dvbt.tps.id.pattern.get()
Sets the pattern for cell identification.
- Returns:
structure: for return value, see the help for PatternStruct structure arguments.
- set(pattern: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:DVB:DVBT:TPS:ID:PATTern driver.source.bb.dvb.dvbt.tps.id.pattern.set(pattern = rawAbc, bitcount = 1)
Sets the pattern for cell identification.
- Parameters:
pattern – numeric
bitcount – integer Range: 16 to 16