Outgoing

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:SMEThod
CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:ACKNowledge
CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:ATSTamp
CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:LHANdling
CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:MESHandling
CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:INTernal
class Outgoing[source]

Outgoing commands group definition. 8 total commands, 1 Sub-groups, 6 group commands

get_acknowledge()bool[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:ACKNowledge
value: bool = driver.configure.sms.outgoing.get_acknowledge()

If checked, the R&S CMW requests the MS to return an SMS acknowledge message after receiving the message.

return

acknowledgement: OFF | ON OFF: No request for acknowledgment ON: R&S CMW requests MS for acknowledgment

get_atstamp()bool[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:ATSTamp
value: bool = driver.configure.sms.outgoing.get_atstamp()

Specifies whether the R&S CMW adds a time stamp when the message is sent to the MS.

return

add_time_stamp: OFF | ON OFF: Omit time stamp. ON: Add time stamp with the current send time.

get_internal()str[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:INTernal
value: str = driver.configure.sms.outgoing.get_internal()

Specifies the text of the short message to send to the MS for method RsCmwCdma2kSig.Configure.Sms.Outgoing.internal = ‘Use Internal’. The message is always encoded as 7-bit ASCII text and has the teleservice ID ‘CMT-95’. For other formats, create an SMS message file and select it via method RsCmwCdma2kSig.Configure.Sms.Outgoing.File.value.

return

sms_internal: String parameter to specify the message text.

get_lhandling()RsCmwCdma2kSig.enums.LongSmsHandling[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:LHANdling
value: enums.LongSmsHandling = driver.configure.sms.outgoing.get_lhandling()

Manage SMS messages, which exceed the maximum physical size of an SMS message. According to the transmit method (PCH, SO6, SO14, traffic channel) and data encoding (ASCII, binary or Unicode) the maximum physical size of one SMS varies.

return

lsms_handling: TRUNcate | MSMS TRUNcate: Truncate the outgoing SMS message text to the length of exactly one SMS message. MSMS: Multiple SMS. If the SMS message exceeds the maximum physical size of one SMS, the R&S CMW cuts the entire message into multiple messages and sends the multiple messages consecutively.

get_mes_handling()RsCmwCdma2kSig.enums.MessageHandling[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:MESHandling
value: enums.MessageHandling = driver.configure.sms.outgoing.get_mes_handling()

Specifies whether the outgoing message text is entered manually (method RsCmwCdma2kSig.Configure.Sms.Outgoing.internal) or an existing SMS file is taken, which is selected via method RsCmwCdma2kSig.Configure.Sms.Outgoing.File.value.

return

message_handling: INTernal | FILE INTernal: Content is entered manually FILE: Use an existing *.sms file.

get_smethod()RsCmwCdma2kSig.enums.SmsSendMethod[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:SMEThod
value: enums.SmsSendMethod = driver.configure.sms.outgoing.get_smethod()

Specifies the send method for the message file when the MS is in ‘Registered’ state.

return

send_method: PCH | SO6 | SO14 Send method PCH: Paging channel SO6: Service option 6 SO14: Service option 14 Range: PCH

set_acknowledge(acknowledgement: bool)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:ACKNowledge
driver.configure.sms.outgoing.set_acknowledge(acknowledgement = False)

If checked, the R&S CMW requests the MS to return an SMS acknowledge message after receiving the message.

param acknowledgement

OFF | ON OFF: No request for acknowledgment ON: R&S CMW requests MS for acknowledgment

set_atstamp(add_time_stamp: bool)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:ATSTamp
driver.configure.sms.outgoing.set_atstamp(add_time_stamp = False)

Specifies whether the R&S CMW adds a time stamp when the message is sent to the MS.

param add_time_stamp

OFF | ON OFF: Omit time stamp. ON: Add time stamp with the current send time.

set_internal(sms_internal: str)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:INTernal
driver.configure.sms.outgoing.set_internal(sms_internal = '1')

Specifies the text of the short message to send to the MS for method RsCmwCdma2kSig.Configure.Sms.Outgoing.internal = ‘Use Internal’. The message is always encoded as 7-bit ASCII text and has the teleservice ID ‘CMT-95’. For other formats, create an SMS message file and select it via method RsCmwCdma2kSig.Configure.Sms.Outgoing.File.value.

param sms_internal

String parameter to specify the message text.

set_lhandling(lsms_handling: RsCmwCdma2kSig.enums.LongSmsHandling)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:LHANdling
driver.configure.sms.outgoing.set_lhandling(lsms_handling = enums.LongSmsHandling.MSMS)

Manage SMS messages, which exceed the maximum physical size of an SMS message. According to the transmit method (PCH, SO6, SO14, traffic channel) and data encoding (ASCII, binary or Unicode) the maximum physical size of one SMS varies.

param lsms_handling

TRUNcate | MSMS TRUNcate: Truncate the outgoing SMS message text to the length of exactly one SMS message. MSMS: Multiple SMS. If the SMS message exceeds the maximum physical size of one SMS, the R&S CMW cuts the entire message into multiple messages and sends the multiple messages consecutively.

set_mes_handling(message_handling: RsCmwCdma2kSig.enums.MessageHandling)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:MESHandling
driver.configure.sms.outgoing.set_mes_handling(message_handling = enums.MessageHandling.FILE)

Specifies whether the outgoing message text is entered manually (method RsCmwCdma2kSig.Configure.Sms.Outgoing.internal) or an existing SMS file is taken, which is selected via method RsCmwCdma2kSig.Configure.Sms.Outgoing.File.value.

param message_handling

INTernal | FILE INTernal: Content is entered manually FILE: Use an existing *.sms file.

set_smethod(send_method: RsCmwCdma2kSig.enums.SmsSendMethod)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:SMEThod
driver.configure.sms.outgoing.set_smethod(send_method = enums.SmsSendMethod.ACH)

Specifies the send method for the message file when the MS is in ‘Registered’ state.

param send_method

PCH | SO6 | SO14 Send method PCH: Paging channel SO6: Service option 6 SO14: Service option 14 Range: PCH

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.sms.outgoing.clone()

Subgroups