File

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CBS:MESSage:FILE:INFO
CONFigure:LTE:SIGNaling<instance>:CBS:MESSage: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

  • Message_Text: str: string

  • Message_Length: int: decimal Number of characters in the message Range: 0 to 600

get_info() InfoStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CBS:MESSage:FILE:INFO
value: InfoStruct = driver.configure.cbs.message.file.get_info()

Queries information about the message in the selected file (see method RsCmwLteSig.Configure.Cbs.Message.File.value) .

return:

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

get_value() str[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CBS:MESSage:FILE
value: str = driver.configure.cbs.message.file.get_value()

Selects a message file for the data source FILE. Store your message files in the directory D:/Rohde-Schwarz/CMW/Data/cbs/LTE/.

return:

file: string Path and filename

set_value(file: str) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CBS:MESSage:FILE
driver.configure.cbs.message.file.set_value(file = 'abc')

Selects a message file for the data source FILE. Store your message files in the directory D:/Rohde-Schwarz/CMW/Data/cbs/LTE/.

param file:

string Path and filename