Nsspbch

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:NSSPbch
class NsspbchCls[source]

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

get(cellNull=CellNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:NSSPbch
value: int = driver.source.bb.nr5G.node.cell.nsspbch.get(cellNull = repcap.CellNull.Default)

Sets the number of SS/PBCH patterns to be configured. For the sidelink application: number of S-SS/PSBCH patterns.

param cellNull

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

return

nu_of_pbch_pattern: integer Range: 0 to 4

set(nu_of_pbch_pattern: int, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:NSSPbch
driver.source.bb.nr5G.node.cell.nsspbch.set(nu_of_pbch_pattern = 1, cellNull = repcap.CellNull.Default)

Sets the number of SS/PBCH patterns to be configured. For the sidelink application: number of S-SS/PSBCH patterns.

param nu_of_pbch_pattern

integer Range: 0 to 4

param cellNull

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