Tapos

SCPI Command :

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

Sets the position of the first DMRS symbol within the slot, if mapping type A is used.

Parameters:

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

Returns:

dmrs_type_apos: integer Range: 2 to 3

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

Sets the position of the first DMRS symbol within the slot, if mapping type A is used.

Parameters:
  • dmrs_type_apos – integer Range: 2 to 3

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