State

SCPI Command :

SOURce:SIGNaling:NRADio:CELL:STATe
class StateCls[source]

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

get(cell_name: str) bool[source]
# SCPI: SOURce:SIGNaling:NRADio:CELL:STATe
value: bool = driver.source.signaling.nradio.cell.state.get(cell_name = 'abc')

Turns the cell signal on or off.

param cell_name:

No help available

return:

state: No help available

set(cell_name: str, state: bool) None[source]
# SCPI: SOURce:SIGNaling:NRADio:CELL:STATe
driver.source.signaling.nradio.cell.state.set(cell_name = 'abc', state = False)

Turns the cell signal on or off.

param cell_name:

No help available

param state:

No help available