File

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:SMS:OUTGoing:FILE:INFO
CONFigure:WCDMa: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:

  • 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

get_info()InfoStruct[source]
# SCPI: CONFigure:WCDMa: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 RsCmwWcdmaSig.Configure.Sms.Outgoing.File.value.

return

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

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

Selects an outgoing message file. To view details of the message use method RsCmwWcdmaSig.Configure.Sms.Outgoing.File. info. The message files are stored in the directory D:/Rohde-Schwarz/CMW/Data/SMS/WCDMA/….

return

sms_file: Outgoing SMS file

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

Selects an outgoing message file. To view details of the message use method RsCmwWcdmaSig.Configure.Sms.Outgoing.File. info. The message files are stored in the directory D:/Rohde-Schwarz/CMW/Data/SMS/WCDMA/….

param sms_file

Outgoing SMS file