File

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:SMS:INComing:FILE:INFO
CONFigure:CDMA:SIGNaling<Instance>:SMS:INComing: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:

  • Timestamp: str: String parameter, time stamp of sending.

  • 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

  • Message_Segments: int: Shows the number (decimal) of the current received message segment of a large SMS message. If ‘Concatenate Sequential SMS’ is checked and if multiple message files for one large SMS message are received, the counter increments. Otherwise the parameter has always value ‘1’. Range: 0 to 1000

  • Used_Send_Method: enums.SmsSendMethod: SO6 | SO14 | ACH | TCH Shows the used send method of the MS. SO6: Service option 6 SO14: Service option 14 ACH: Access channel TCH: Traffic channel

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

Display information of the received message file referenced by method RsCmwCdma2kSig.Configure.Sms.Incoming.File.value.

return

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

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

Selects a received message file. The files are stored in directory D:/Rohde-Schwarz/CMW/Data/sms/CDMA2000/Received.

return

sms_file: String parameter to specify the received message file.

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

Selects a received message file. The files are stored in directory D:/Rohde-Schwarz/CMW/Data/sms/CDMA2000/Received.

param sms_file

String parameter to specify the received message file.