Tapos
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TAPos
- class TaposCls[source]
Tapos 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)>: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.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
dmrs_type_apos: integer Range: 2 to 3
- set(dmrs_type_apos: int, cellNull=CellNull.Default) None [source]
# SCPI: [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.
- param dmrs_type_apos
integer Range: 2 to 3
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)