State

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:STATe
class StateCls[source]

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

get(cellNull=CellNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:STATe
value: bool = driver.source.bb.nr5G.node.cell.prs.state.get(cellNull = repcap.CellNull.Default)

Enables the DL PRS positioning frequency layer for the given carrier cell.

param cellNull

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

return

prs_state: 1| ON| 0| OFF

set(prs_state: bool, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:STATe
driver.source.bb.nr5G.node.cell.prs.state.set(prs_state = False, cellNull = repcap.CellNull.Default)

Enables the DL PRS positioning frequency layer for the given carrier cell.

param prs_state

1| ON| 0| OFF

param cellNull

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