Keyboard
SCPI Command :
FPANel:KEYBoard:LAYout
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_layout() FrontPanelLayout[source]
# FPANel:KEYBoard:LAYout value: enums.FrontPanelLayout = driver.fpanel.keyboard.get_layout()
Selects the layout of the front panel keypad.
- Returns:
layout: DIGits | LETTers DIGits Enables numerical keys only. LETTers Enables numerical and alphanumerical keys.
- set_layout(layout: FrontPanelLayout) None[source]
# FPANel:KEYBoard:LAYout driver.fpanel.keyboard.set_layout(layout = enums.FrontPanelLayout.DIGits)
Selects the layout of the front panel keypad.
- Parameters:
layout – DIGits | LETTers DIGits Enables numerical keys only. LETTers Enables numerical and alphanumerical keys.