File

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:SMS:INComing:FILE:INFO
CONFigure:WCDMa: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: Time stamp of sending

  • Reserved: str: For future use

  • Message_Encoding: str: Encoding of the ANSI message (ASCII, binary, Unicode)

  • Message_Text: str: Message text

  • Message_Length: int: The number of characters in the message Range: 0 to 10E+3

  • Message_Segments: int: The segment number Range: 0 to 1000

  • Used_Send_Method: enums.UsedSendMethod: WDEFault The send method used by the UE

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

Display information on the received message file referenced by method RsCmwWcdmaSig.Configure.Sms.Incoming.File.value.

return

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

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

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

return

sms_file: String parameter to specify the received message file.

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

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

param sms_file

String parameter to specify the received message file.