Property (Read-Write)
SCPI.SYSTem.KLOCk.MOUSe = Status
Status = SCPI.SYSTem.KLOCk.MOUSe
This command sets/gets whether to lock the operation of the mouse and touch screen.
|
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 MTLock As Boolean
SCPI.SYSTem.KLOCk.MOUSe = True
MTLock = SCPI.SYSTem.KLOCk.MOUSe
System > Misc Setup > Key Lock > Touch Screen & Mouse Lock
:SYSTem:KLOCk:MOUSe {ON|OFF|1|0}
:SYSTem:KLOCk:MOUSe?
{1|0}<newline><^END>
10 OUTPUT 717;":SYST:KLOC:MOUS ON"
20 OUTPUT 717;":SYST:KLOC:MOUS?"
30 ENTER 717;A