Info

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:SMS:OUTGoing:INFO:SEGMent
SENSe:GSM:SIGNaling<Instance>:SMS:OUTGoing:INFO:LMSent
class Info[source]

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

class SegmentStruct[source]

Structure for reading output parameters. Fields:

  • Current: int: Parameter invalid for the first segment Range: 2 to 6

  • Number: int: Parameter invalid for the first segment Range: 2 to 6

get_lmsent()RsCmwGsmSig.enums.LastMessageSent[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:SMS:OUTGoing:INFO:LMSent
value: enums.LastMessageSent = driver.sense.sms.outgoing.info.get_lmsent()

Queries the status of the last sent message.

return

last_message_sent: SUCCessful | FAILed

get_segment()SegmentStruct[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:SMS:OUTGoing:INFO:SEGMent
value: SegmentStruct = driver.sense.sms.outgoing.info.get_segment()

Displays the currently processed SMS segment and the total number of segments.

return

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