SCPI.SYSTem.KLOCk.KBD

Object Type

Property (Read-Write)

Syntax

SCPI.SYSTem.KLOCk.KBD = Value

Value = SCPI.SYSTem.KLOCk.KBD

Description

This command sets/gets front panel and keyboard lock state.

Variable

Parameter

   Value

Description

Front panel and keyboard lock state

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

OFF

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

Examples

Dim Var as Boolean
Var= 1
SCPI.SYSTem.KLOCk.KBD = Var
Var = SCPI.SYSTem.KLOCk.KBD

Related Objects

SCPI.SYSTem.KLOCk.MOUSe

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

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

:SYSTem:KLOCk:KBD?

Query Response

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

Example of use

10 OUTPUT 717;":SYSTem:KLOCk:KBD 1"
20 OUTPUT 717;":SYSTem:KLOCk:KBD ?"
30 ENTER 717;A