TpcPattern

SCPI Command :

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

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

class TpcPatternStruct[source]

Response structure. Fields:

  • Tpc_Pattern: List[str]: numeric

  • Bitcount: int: integer Range: 1 to 21

get(cell=Cell.Default) TpcPatternStruct[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:PLCCh:TPCPattern
value: TpcPatternStruct = driver.source.bb.tdscdma.down.cell.enh.dch.plcch.tpcPattern.get(cell = repcap.Cell.Default)

Sets the TPC 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 TpcPatternStruct structure arguments.

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

Sets the TPC pattern and the pattern length.

param tpc_pattern

numeric

param bitcount

integer Range: 1 to 21

param cell

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