Display

SCPI Command:

SYSTem:BASE:DISPlay:LANGuage
class DisplayCls[source]

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

get_language() DisplayLanguage[source]
# SCPI: SYSTem:BASE:DISPlay:LANGuage
value: enums.DisplayLanguage = driver.system.base.display.get_language()

Selects the GUI language to be used. The corresponding language and license must be installed.

return:

language: AR | DE | SV | RU | KO | JA | EN | IT | FR | DA | ES | TR | CS | ZH

set_language(language: DisplayLanguage) None[source]
# SCPI: SYSTem:BASE:DISPlay:LANGuage
driver.system.base.display.set_language(language = enums.DisplayLanguage.AR)

Selects the GUI language to be used. The corresponding language and license must be installed.

param language:

AR | DE | SV | RU | KO | JA | EN | IT | FR | DA | ES | TR | CS | ZH