Pattern
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DCCH:DATA:PATTern
- class PatternCls[source]
Pattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class PatternStruct[source]
Response structure. Fields:
Pattern: str: numeric
Bitcount: int: integer Range: 1 to 64
- get(cell=Cell.Default) PatternStruct [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DCCH:DATA:PATTern value: PatternStruct = driver.source.bb.tdscdma.up.cell.enh.dch.dcch.data.pattern.get(cell = repcap.Cell.Default)
Sets the bit pattern For the traffic channels, this value is specific for the selected radio configuration.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
structure: for return value, see the help for PatternStruct structure arguments.
- set(pattern: str, bitcount: int, cell=Cell.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DCCH:DATA:PATTern driver.source.bb.tdscdma.up.cell.enh.dch.dcch.data.pattern.set(pattern = rawAbc, bitcount = 1, cell = repcap.Cell.Default)
Sets the bit pattern For the traffic channels, this value is specific for the selected radio configuration.
- param pattern
numeric
- param bitcount
integer Range: 1 to 64
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)