Attempt

SCPI Commands

CLEan:WCDMa:SIGNaling<Instance>:CONNection:CSWitched:ATTempt
class Attempt[source]

Attempt commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

set()None[source]
# SCPI: CLEan:WCDMa:SIGNaling<instance>:CONNection:CSWitched:ATTempt
driver.clean.connection.cswitched.attempt.set()

Sets the counters of connection attempt / reject to zero.

set_with_opc()None[source]
# SCPI: CLEan:WCDMa:SIGNaling<instance>:CONNection:CSWitched:ATTempt
driver.clean.connection.cswitched.attempt.set_with_opc()

Sets the counters of connection attempt / reject to zero.

Same as set, but waits for the operation to complete before continuing further. Use the RsCmwWcdmaSig.utilities.opc_timeout_set() to set the timeout value.