Connection

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:CONNection:CSWitched:CONNection:ATTempt
SENSe:GSM:SIGNaling<Instance>:CONNection:CSWitched:CONNection:REJect
class Connection[source]

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

get_attempt()int[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:CONNection:CSWitched:CONNection:ATTempt
value: int = driver.sense.connection.cswitched.connection.get_attempt()

Queries the counters of connection attempt / reject.

return

counter: Range: 0 to 2^32

get_reject()int[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:CONNection:CSWitched:CONNection:REJect
value: int = driver.sense.connection.cswitched.connection.get_reject()

Queries the counters of connection attempt / reject.

return

counter: Range: 0 to 2^32