Npat

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:LTE:NPAT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:LTE:NPAT
value: int = driver.source.bb.nr5G.node.cell.lte.npat.get(cellNull = repcap.CellNull.Default)

Defines the number of LTE cell specific reference signals in the resource grid.

Parameters:

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

set(lte_crs_num_pat: int, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:LTE:NPAT
driver.source.bb.nr5G.node.cell.lte.npat.set(lte_crs_num_pat = 1, cellNull = repcap.CellNull.Default)

Defines the number of LTE cell specific reference signals in the resource grid.

Parameters:
  • lte_crs_num_pat – integer Range: 1 to 4

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