Cswitched

SCPI Commands

SENSe:WCDMa:SIGNaling<Instance>:CONNection:CSWitched:ATTempt
SENSe:WCDMa:SIGNaling<Instance>:CONNection:CSWitched:REJect
class Cswitched[source]

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

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

Queries the counters of connection attempt / reject.

return

counter: Range: 0 to 2^32

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

Queries the counters of connection attempt / reject.

return

counter: Range: 0 to 2^32