TpcPattern

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:PLCCh:TPCPattern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class TpcPatternStruct[source]

Response structure. Fields:

  • 1 Tpc_Pattern: str: numeric

  • 2 Bitcount: int: integer Range: 1 to 21

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

Parameters:

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

Returns:

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

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

Sets the TPC pattern and the pattern length.

Parameters:
  • tpc_pattern – numeric

  • bitcount – integer Range: 1 to 21

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