Connection

SCPI Commands

SENSe:WCDMa:SIGNaling<Instance>:CONNection:CURRent
class Connection[source]

Connection commands group definition. 3 total commands, 1 Sub-groups, 1 group commands

get_current()RsCmwWcdmaSig.enums.CurrentConnectionType[source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:CONNection:CURRent
value: enums.CurrentConnectionType = driver.sense.connection.get_current()

Queries the type of the current connection.

return

type_py: NONE | VOICe | VIDeo | SRB | TEST | PACKet NONE: none active connection VOICe: voice connection VIDeo: video connection SRB: signaling radio bearer only TEST: test mode PACKet: packet data connection using DAU

Cloning the Group

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

Subgroups