Mtext

SCPI Commands

CLEan:WCDMa:SIGNaling<Instance>:SMS:INComing:INFO:MTEXt
class Mtext[source]

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

set()None[source]
# SCPI: CLEan:WCDMa:SIGNaling<instance>:SMS:INComing:INFO:MTEXt
driver.clean.sms.incoming.info.mtext.set()

Resets all parameters related to a received SMS message. The message text and the information about the message length are deleted. The ‘message read’ flag is set to true.

set_with_opc()None[source]
# SCPI: CLEan:WCDMa:SIGNaling<instance>:SMS:INComing:INFO:MTEXt
driver.clean.sms.incoming.info.mtext.set_with_opc()

Resets all parameters related to a received SMS message. The message text and the information about the message length are deleted. The ‘message read’ flag is set to true.

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.