Info

SCPI Commands

CLEan:CDMA:SIGNaling<Instance>:SMS:INComing:INFO
class Info[source]

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

set()None[source]
# SCPI: CLEan:CDMA:SIGNaling<Instance>:SMS:INComing:INFO
driver.clean.sms.incoming.info.set()

Deletes the last received SMS.

set_with_opc()None[source]
# SCPI: CLEan:CDMA:SIGNaling<Instance>:SMS:INComing:INFO
driver.clean.sms.incoming.info.set_with_opc()

Deletes the last received SMS.

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