LockControls
SCPI Command :
SYNChronize:DEVice<*>:LOCKcontrols
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(device=Device.Default) bool[source]
# SYNChronize:DEVice<*>:LOCKcontrols value: bool = driver.synchronize.device.lockControls.get(device = repcap.Device.Default)
Locks the touchscreen and the front panel keys on the connected oscilloscope.
- Parameters:
device – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Device’)
- set(rem_dev_lock_controls: bool, device=Device.Default) None[source]
# SYNChronize:DEVice<*>:LOCKcontrols driver.synchronize.device.lockControls.set(rem_dev_lock_controls = False, device = repcap.Device.Default)
Locks the touchscreen and the front panel keys on the connected oscilloscope.
- Parameters:
rem_dev_lock_controls – OFF | ON
device – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Device’)