Kboard

SCPI Command :

KBOard:LAYout
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_layout() KbLayout[source]
# KBOard:LAYout
value: enums.KbLayout = driver.kboard.get_layout()

Selects the language for an external keyboard and assigns the keys acccordingly.

Returns:

layout: CHINese | DANish | DUTCh | ENGLish | ENGUK | FINNish | FRENch | FREBe | FRECa | GERMan | ITALian | JAPanese | KORean | NORWegian | PORTuguese | RUSSian | SPANish | SWEDish | ENGUS

set_layout(layout: KbLayout) None[source]
# KBOard:LAYout
driver.kboard.set_layout(layout = enums.KbLayout.CHINese)

Selects the language for an external keyboard and assigns the keys acccordingly.

Parameters:

layout – CHINese | DANish | DUTCh | ENGLish | ENGUK | FINNish | FRENch | FREBe | FRECa | GERMan | ITALian | JAPanese | KORean | NORWegian | PORTuguese | RUSSian | SPANish | SWEDish | ENGUS