State

SCPI Commands

FETCh:EVDO:SIGNaling<Instance>:CSWitched:STATe
class State[source]

State commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

fetch()RsCmwEvdoSig.enums.ConnectionState[source]
# SCPI: FETCh:EVDO:SIGNaling<instance>:CSWitched:STATe
value: enums.ConnectionState = driver.cswitched.state.fetch()

Returns the connection state of an 1xEV-DO connection. Use method RsCmwEvdoSig.Call.Cswitched.action to initiate a transition between different connection states. The connection state changes to ON when the signaling generator is started (method RsCmwEvdoSig.Source.State.value ON) . To make sure that a forward 1xEV-DO signal is available, query the sector state: method RsCmwEvdoSig.Source.State.all must return ON, ADJ.

return

cs_state: OFF | ON | IDLE | SNEGotiation | SOPen | PAGing | CONNected Connection state; for details refer to ‘Connection States’.