State

SCPI Command :

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

Enables filling in unallocated resource elements (RE) with dummy data.

Parameters:

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

Returns:

dummy_res_state: 1 | ON | 0| OFF

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

Enables filling in unallocated resource elements (RE) with dummy data.

Parameters:
  • dummy_res_state – 1 | ON | 0| OFF

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