File

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:SMS:OUTGoing:FILE:INFO
CONFigure:LTE:SIGNaling<instance>:SMS:OUTGoing: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

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

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

return:

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

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

Selects a file containing the message to be transmitted.

return:

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

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

Selects a file containing the message to be transmitted.

param sms_file:

string Path of the file, for example: @USERDATA/sms/LTE/Send/example_ascii.sms