Info

SCPI Commands

SENSe:WCDMa:SIGNaling<Instance>:SMS:INComing:INFO:MTEXt
SENSe:WCDMa:SIGNaling<Instance>:SMS:INComing:INFO:MLENgth
class Info[source]

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

get_mlength()int[source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:SMS:INComing:INFO:MLENgth
value: int = driver.sense.sms.incoming.info.get_mlength()

Returns the length of the last SMS message received from the UE.

return

message_length: Number of characters of the message Range: 0 to 160

get_mtext()str[source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:SMS:INComing:INFO:MTEXt
value: str = driver.sense.sms.incoming.info.get_mtext()

Returns the text of the last SMS message received from the UE. Only 7-bit ASCII text is supported.

return

message_text: Message text as string