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 > Key Lock > Front Panel & Keyboard Lock

Equivalent SCPI command

Syntax

:SYSTem:KLOCk:KBD {ON|OFF|1|0}

:SYSTem:KLOCk:KBD?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":SYST:KLOC:KBD ON"
20 OUTPUT 717;":SYST:KLOC:KBD?"
30 ENTER 717;A