Language

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CBS:MESSage:LANGuage
class LanguageCls[source]

Language commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class LanguageStruct[source]

Response structure. Fields:

  • Language: int: numeric Range: 0 to 15

  • Lng_Indication: str: string Language indication

get() LanguageStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CBS:MESSage:LANGuage
value: LanguageStruct = driver.configure.cbs.message.language.get()

Specifies the language of the message for the data source INTernal. The mapping of language codes to language indication strings is listed in the table below. If you specify a value pair that does not match, the specified code is used and the correct string is set automatically.

return:

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

set(language: int, lng_indication: str) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CBS:MESSage:LANGuage
driver.configure.cbs.message.language.set(language = 1, lng_indication = 'abc')

Specifies the language of the message for the data source INTernal. The mapping of language codes to language indication strings is listed in the table below. If you specify a value pair that does not match, the specified code is used and the correct string is set automatically.

param language:

numeric Range: 0 to 15

param lng_indication:

string Language indication