E5071C
2740
SCPI.SYSTem.KLOCk.KBD
Object type
Property (Read-Write)
Syntax
SCPI.SYSTem.KLOCk.KBD = Status
Status = SCPI.SYSTem.KLOCk.KBD
Description
This command sets/gets whether to lock the operation of the front panel
(key and rotary knob) and keyboard.
Variable
Parameter Status
Description ON/OFF of lock
Data type Boolean type (Boolean)
Range
Select from either of
the following.
• True or ON:
Specifies lock.
• False or OFF:
Specifies unlock.
Preset
value
False or OFF
Examples
Dim FKLock As Boolean
SCPI.SYSTem.KLOCk.KBD = True
FKLock = SCPI.SYSTem.KLOCk.KBD
Related objects
SCPI.SYSTem.KLOCk.MOUSe
Equivalent key
System > Misc Setup > Front Panel & Keyboard Lock
Equivalent SCPI command
Syntax
:SYSTem:KLOCk:KBD {ON|OFF|1|0}