E5071C
2742
SCPI.SYSTem.KLOCk.MOUSe
Object type
Property (Read-Write)
Syntax
SCPI.SYSTem.KLOCk.MOUSe = Status
Status = SCPI.SYSTem.KLOCk.MOUSe
Description
This command sets/gets whether to lock the operation of the mouse and
touch screen.
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 MTLock As Boolean
SCPI.SYSTem.KLOCk.MOUSe = True
MTLock = SCPI.SYSTem.KLOCk.MOUSe
Related objects
SCPI.SYSTem.KLOCk.KBD
Equivalent key
System > Key Lock > Mouse Lock
Equivalent SCPI command
Syntax
:SYSTem:KLOCk:MOUSe {ON|OFF|1|0}