Signaling

SCPI Command :

SENSe:SIGNaling:SMS
class SignalingCls[source]

Signaling commands group definition. 41 total commands, 9 Subgroups, 1 group commands

class SmsStruct[source]

Structure for reading output parameters. Fields:

  • Core_Network: List[enums.CoreNetwork]: Type of network delivering the message, EPS or 5G

  • Address: List[str]: Address of the originator of the message

  • State: List[enums.StateTest]: States whether an error occurred.

  • Message: List[str]: For successful transmission, the short message contents. For erroneous transmission, information about the error.

get_sms() SmsStruct[source]
# SCPI: SENSe:SIGNaling:SMS
value: SmsStruct = driver.sense.signaling.get_sms()

Queries information about the last received mobile-originated short message.

return:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.signaling.clone()

Subgroups