Property (Read-Write)
SCPI.SYSTem.KLOCk.KBD = Status
Status = SCPI.SYSTem.KLOCk.KBD
This command sets/gets whether to lock the operation of the front panel (key and rotary knob) and keyboard.
Parameter |
Status |
Description |
ON/OFF of lock |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following.
|
Preset value |
False or OFF |
Dim FKLock As Boolean
SCPI.SYSTem.KLOCk.KBD = True
FKLock = SCPI.SYSTem.KLOCk.KBD
System > Misc Setup > Key Lock > Front Panel & Keyboard Lock
:SYSTem:KLOCk:KBD {ON|OFF|1|0}
:SYSTem:KLOCk:KBD?
{1|0}<newline><^END>
10 OUTPUT 717;":SYST:KLOC:KBD ON"
20 OUTPUT 717;":SYST:KLOC:KBD?"
30 ENTER 717;A