Connection

SCPI Commands

SENSe:WCDMa:SIGNaling<Instance>:UESinfo:CONNection:PACKet
SENSe:WCDMa:SIGNaling<Instance>:UESinfo:CONNection:CIRCuit
class Connection[source]

Connection commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_circuit()str[source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:UESinfo:CONNection:CIRCuit
value: str = driver.sense.uesInfo.connection.get_circuit()

Queries the type of an established CS connection. NAV indicates that no CS connection has been established.

return

circuit_connect: Connection type as string

get_packet()str[source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:UESinfo:CONNection:PACKet
value: str = driver.sense.uesInfo.connection.get_packet()

Queries the type of an established PS connection. NAV indicates that no PS connection has been established.

return

packet_connect: Connection type as string