State

SCPI Command :

FETCh:SIGNaling:TOPology:CNETwork:STATe
class StateCls[source]

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

fetch() StateCnetwork[source]
# SCPI: FETCh:SIGNaling:TOPology:CNETwork:STATe
value: enums.StateCnetwork = driver.signaling.topology.cnetwork.state.fetch()

Queries the state of the core network, including the states ‘edit mode’ and ‘live mode’.

return:

state: NAV: No core network available. CREating: Creating the core network. IDLE: Core network available, edit mode. TESTing: Checking whether enough resources are available. EXHausted: Not enough resources to switch to live mode. STARting: Switching from edit mode to live mode. RUNNing: Live mode. STOPping: Switching from live mode to edit mode. DELeting: Deleting the core network. ERRor: Not recoverable core network error, delete or restart the core network.