Pattern

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:POSition:PATTern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class GetStruct[source]

Response structure. Fields:

  • 1 Pattern: str: 64 bits An internally generated sequence according to a bit pattern. Each bit applies to one SS/PBCH block. 1: SS/PBCH block is present 0: SS/PBCH transmission is suppressed.

  • 2 Bitcount: int: integer Range: 4 to 64

get(cellNull=CellNull.Default, indexNull=IndexNull.Default) GetStruct[source]
# [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:POSition:PATTern
value: GetStruct = driver.source.bb.nr5G.node.cell.sspbch.position.pattern.get(cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Sets a bit pattern as a data source.

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

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

Returns:

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