File

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:FILE:INFO
CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:FILE
class File[source]

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

class InfoStruct[source]

Structure for reading output parameters. Fields:

  • 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: String parameter, shows the message text.

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

get_info()InfoStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:FILE:INFO
value: InfoStruct = driver.configure.sms.outgoing.file.get_info()

Display information of the outgoing message file referenced by method RsCmwCdma2kSig.Configure.Sms.Outgoing.File.value.

return

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

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

Select outgoing message file. To view information of the message file use method RsCmwCdma2kSig.Configure.Sms.Outgoing. File.info. All message files are stored in directory D:/Rohde-Schwarz/CMW/Data/sms/CDMA2000.

return

sms_file: String parameter to specify the outgoing SMS message.

set_value(sms_file: str)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SMS:OUTGoing:FILE
driver.configure.sms.outgoing.file.set_value(sms_file = '1')

Select outgoing message file. To view information of the message file use method RsCmwCdma2kSig.Configure.Sms.Outgoing. File.info. All message files are stored in directory D:/Rohde-Schwarz/CMW/Data/sms/CDMA2000.

param sms_file

String parameter to specify the outgoing SMS message.