State

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:PSWitched:STATe
class State[source]

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

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

Queries the PS connection state, see also ‘PS Connection States’.

return

ps_state: OFF | ON | ATTached | CESTablished | RELeasing | CONNecting | SIGNaling | IHPReparate | IHANdover | OHANdover | IRPReparate | IREDirection | OREDirection OFF: signal is off ON: signal is on ATTached: attached CESTablished: connection established RELeasing: disconnect in progress CONNecting: connection setup in progress SIGNaling: signaling in progress IHPReparate: preparation for incoming handover IHANdover incoming handover in progress OHANdover outgoing handover in progress IRPReparate: preparation for incoming redirection IREDirection: incoming redirection in progress OREDirection: outgoing redirection in progress