State

SCPI Command :

FETCh:LTE:SIGNaling<instance>:PSWitched:STATe
class StateCls[source]

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

fetch() PswState[source]
# SCPI: FETCh:LTE:SIGNaling<instance>:PSWitched:STATe
value: enums.PswState = driver.pswitched.state.fetch()

Queries the PS domain state, see also ‘Packet-switched states’.

return:

ps_state: OFF | ON | ATTached | CESTablished | DISConnect | CONNecting | SIGNaling | SMESsage | RMESsage | IHANdover | OHANdover OFF: signal off ON: signal on ATTached: UE attached CESTablished: connection established DISConnect: disconnect in progress CONNecting: connection setup in progress SIGNaling: signaling in progress SMESsage: sending message RMESsage: receiving message IHANdover: incoming handover in progress OHANdover: outgoing handover in progress