TddConf

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:SL:TDDConf
class TddConfCls[source]

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

class TddConfStruct[source]

Response structure. Fields:

  • Pattern: List[str]: 12 bits

  • Bitcount: int: integer Range: 12 to 12

get(cellNull=CellNull.Default, indexNull=IndexNull.Default) TddConfStruct[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:SL:TDDConf
value: TddConfStruct = driver.source.bb.nr5G.node.cell.sspbch.sl.tddConf.get(cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Defines the bit pattern for the PSBCH TDD configuration.

param cellNull

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

param indexNull

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

return

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

set(pattern: List[str], bitcount: int, cellNull=CellNull.Default, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:SL:TDDConf
driver.source.bb.nr5G.node.cell.sspbch.sl.tddConf.set(pattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1, cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Defines the bit pattern for the PSBCH TDD configuration.

param pattern

12 bits

param bitcount

integer Range: 12 to 12

param cellNull

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

param indexNull

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