SsPattern

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:PLCCh:SSPattern
class SsPatternCls[source]

SsPattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class SsPatternStruct[source]

Response structure. Fields:

  • Ss_Pattern: List[str]: numeric

  • Bitcount: int: integer Range: 1 to 21

get(cell=Cell.Default) SsPatternStruct[source]
# SCPI: [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.

param cell

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)

return

structure: for return value, see the help for SsPatternStruct structure arguments.

set(ss_pattern: List[str], bitcount: int, cell=Cell.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:PLCCh:SSPattern
driver.source.bb.tdscdma.down.cell.enh.dch.plcch.ssPattern.set(ss_pattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1, cell = repcap.Cell.Default)

Sets the sync shift pattern and the pattern length.

param ss_pattern

numeric

param bitcount

integer Range: 1 to 21

param cell

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)