Info

SCPI Commands :

SENSe:LTE:SIGNaling<Instance>:SMS:INComing:INFO:DCODing
SENSe:LTE:SIGNaling<instance>:SMS:INComing:INFO:MTEXt
SENSe:LTE:SIGNaling<instance>:SMS:INComing:INFO:MLENgth
class InfoCls[source]

Info commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_dcoding() str[source]
# SCPI: SENSe:LTE:SIGNaling<Instance>:SMS:INComing:INFO:DCODing
value: str = driver.sense.sms.incoming.info.get_dcoding()

Returns the data coding of the last message received from the UE.

return:

message_encoding: string Encoding (‘7bit’ ASCII, ‘8bit’ binary, ‘16bit’ Unicode)

get_mlength() int[source]
# SCPI: SENSe:LTE: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: decimal Number of characters of the message

get_mtext() str[source]
# SCPI: SENSe:LTE: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.

return:

message_text: string