File

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CBS:MESSage:FILE:INFO
CONFigure:WCDMa:SIGNaling<Instance>:CBS:MESSage: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:

  • Message_Encoding: str: Encoding of the CB message (UTF16)

  • Message_Text: str: Message text

  • Message_Length: int: The number of characters in the message Range: 0 to 600

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

Display information of the outgoing CB message file referenced by method RsCmwWcdmaSig.Configure.Cbs.Message.File.value.

return

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

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

Selects a CB message file. To view details of the message use method RsCmwWcdmaSig.Configure.Cbs.Message.File.info. The message files are stored in the directory D:/Rohde-Schwarz/CMW/Data/cbs/WCDMA/.

return

file: File to be used for CB message

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

Selects a CB message file. To view details of the message use method RsCmwWcdmaSig.Configure.Cbs.Message.File.info. The message files are stored in the directory D:/Rohde-Schwarz/CMW/Data/cbs/WCDMA/.

param file

File to be used for CB message