Sense

SCPI Command :

SENSe:LTE:SIGNaling<instance>:RRCState
class SenseCls[source]

Sense commands group definition. 319 total commands, 13 Subgroups, 1 group commands

get_rrc_state() RrcState[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:RRCState
value: enums.RrcState = driver.sense.get_rrc_state()

Queries whether an RRC connection is established (connected) or not (idle) .

return:

state: IDLE | CONNected

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.clone()

Subgroups