File

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:SMS:INComing:FILE:INFO
CONFigure:LTE:SIGNaling<instance>:SMS:INComing:FILE
class FileCls[source]

File commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class InfoStruct[source]

Structure for reading output parameters. Fields:

  • Message_Encoding: str: string Encoding of the message (7-bit ‘ascii’, 8-bit ‘binary’, 16-bit ‘Unicode’)

  • Message_Text: str: string

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

  • Message_Segments: int: decimal Number of segments Range: 0 to 1000

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

Displays information about the file selected via method RsCmwLteSig.Configure.Sms.Incoming.File.value.

return:

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

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

Selects the file of a received message. You can display information about the selected file via the command method RsCmwLteSig.Configure.Sms.Incoming.File.info.

return:

sms_file: string Path of the file, for example: @USERDATA/sms/LTE/Received/rx_001.sms

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

Selects the file of a received message. You can display information about the selected file via the command method RsCmwLteSig.Configure.Sms.Incoming.File.info.

param sms_file:

string Path of the file, for example: @USERDATA/sms/LTE/Received/rx_001.sms