LrMessage

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:SMS:INFO:LRMessage:RFLag
CONFigure:CDMA:SIGNaling<Instance>:SMS:INFO:LRMessage
class LrMessage[source]

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

class ValueStruct[source]

Structure for reading output parameters. Fields:

  • Timestamp: str: String parameter, specifies when the message was received.

  • Teleservice_Id: str: String parameter, shows the teleservice identifier. CMT-91 | CPT-95 | CMT-95 | VMN-95 | WAP | WEMT | SCPT | CATPT

  • Message_Encoding: str: String parameter, shows the encoding of the message. ASCII, binary, Unicode

  • Message_Text: str: Message text. According to the encoding type the viewed content is encoded as binary, ASCII or Unicode.

  • Message_Length: int: Shows the number (decimal) of characters of the message text. Range: 0 to 10E+3

  • Message_Segments: int: Number of the current message segment. Range: 0 to 1000

  • Used_Send_Method: enums.SmsSendMethod: PCH | SO6 | SO14 | ACH | TCH Used send method for the message. PCH: Paging channel SO6: Service option 6 SO14: Service option 14 ACC: Access channel TCH: Traffic channel

get_rflag()bool[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:INFO:LRMessage:RFLag
value: bool = driver.configure.sms.info.lrMessage.get_rflag()

Specifies whether the command method RsCmwCdma2kSig.Configure.Sms.Info.LrMessage.value was called for the last received message or not. Therefore it is possible to verify if the last received message was read and postprocessed or if it is a new received message that has not been read yet. Whenever the R&S CMW receives a new message the flag is reset to OFF.

return

last_rec_mess_read: OFF | ON OFF: Command method RsCmwCdma2kSig.Configure.Sms.Info.LrMessage.value was not called for the last received message. ON: Command method RsCmwCdma2kSig.Configure.Sms.Info.LrMessage.value was called for the last received message.

get_value()ValueStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:INFO:LRMessage
value: ValueStruct = driver.configure.sms.info.lrMessage.get_value()

Query information of the last received message.

return

structure: for return value, see the help for ValueStruct structure arguments.