SsPattern
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:PLCCh:SSPattern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class SsPatternStruct[source]
Response structure. Fields:
1 Ss_Pattern: str: numeric
2 Bitcount: int: integer Range: 1 to 21
- get(cell=Cell.Default) SsPatternStruct[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:PLCCh:SSPattern value: SsPatternStruct = driver.source.bb.tdscdma.down.cell.enh.dch.plcch.ssPattern.get(cell = repcap.Cell.Default)
Sets the sync shift pattern and the pattern length.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- Returns:
structure: for return value, see the help for SsPatternStruct structure arguments.
- set(ss_pattern: str, bitcount: int, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:PLCCh:SSPattern driver.source.bb.tdscdma.down.cell.enh.dch.plcch.ssPattern.set(ss_pattern = rawAbc, bitcount = 1, cell = repcap.Cell.Default)
Sets the sync shift pattern and the pattern length.
- Parameters:
ss_pattern – numeric
bitcount – integer Range: 1 to 21
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)