State

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:LTE: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)>:LTE:STATe
value: bool = driver.source.bb.nr5G.node.cell.lte.state.get(cellNull = repcap.CellNull.Default)

Enable the LTE-CRS.

param cellNull

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

return

lte_crs_state: 1| ON| 0| OFF

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

Enable the LTE-CRS.

param lte_crs_state

1| ON| 0| OFF

param cellNull

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