Language

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CBS:MESSage:LANGuage
class Language[source]

Language commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Language: int: Bits 0 to 3 of CBS data coding scheme Range: 0 to 15

  • Lng_Indication: str: Language indication

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

Specifies the language of CB message as defined in 3GPP TS 23.038.

return

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

set(language: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:MESSage:LANGuage
driver.configure.cbs.message.language.set(language = 1)

Specifies the language of CB message as defined in 3GPP TS 23.038.

param language

Bits 0 to 3 of CBS data coding scheme Range: 0 to 15