State

SCPI Commands

FETCh:CDMA:SIGNaling<Instance>:SOPTion<Const_ServiceOption>:STATe
class State[source]

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

fetch()RsCmwCdma2kSig.enums.CsState[source]
# SCPI: FETCh:CDMA:SIGNaling<Instance>:SOPTion<So>:STATe
value: enums.CsState = driver.soption.state.fetch()

Returns the connection state of a CDMA2000 connection. Use method RsCmwCdma2kSig.Call.Soption.action to initiate a transition between different connection states. The state changes to ON when the signaling generator is started (method RsCmwCdma2kSig.Source.State.value ON) . To make sure that a CDMA2000 signal is available, query the state: method RsCmwCdma2kSig.Source.State.all must return ON, ADJ.

return

cs_state: OFF | ON | IDLE | REGistered | PAGing | ALERting | CONNected Connection state. For details, refer to ‘Connection States’.