WoLanguage

SCPI Command :

[CONFigure]:SIGNaling:CMAS:WOLanguage
class WoLanguageCls[source]

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

get(network_scope: str) LanguageB[source]
# SCPI: [CONFigure]:SIGNaling:CMAS:WOLanguage
value: enums.LanguageB = driver.configure.signaling.cmas.woLanguage.get(network_scope = 'abc')

Selects the language and sets the coding group ‘GSM 7-bit coding without language string’, for CMAS messages.

param network_scope:

No help available

return:

language: No help available

set(network_scope: str, language: LanguageB) None[source]
# SCPI: [CONFigure]:SIGNaling:CMAS:WOLanguage
driver.configure.signaling.cmas.woLanguage.set(network_scope = 'abc', language = enums.LanguageB.DANish)

Selects the language and sets the coding group ‘GSM 7-bit coding without language string’, for CMAS messages.

param network_scope:

No help available

param language:

No help available