Ulock
SCPI Command :
SYSTem:ULOCk
- class UlockCls[source]
Ulock commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() DispKeybLockMode [source]
# SCPI: SYSTem:ULOCk value: enums.DispKeybLockMode = driver.system.ulock.get()
Locks or unlocks the user interface of the instrument.
- return:
mode: - ENABled: Unlocks the display, the touchscreen and all controls for the manual operation. - DONLy: Locks the touchscreen and controls for the manual operation of the instrument. The display shows the current settings. - VNConly: Locks the touchscreen and controls for the manual operation, and enables remote operation over VNC. The display shows the current settings. - TOFF: Locks the touchscreen for the manual operation of the instrument. The display shows the current settings. - DISabled: Locks the display, the touchscreen and all controls for the manual operation.
- set(sec_pass_word: str, mode: DispKeybLockMode) None [source]
# SCPI: SYSTem:ULOCk driver.system.ulock.set(sec_pass_word = 'abc', mode = enums.DispKeybLockMode.DISabled)
Locks or unlocks the user interface of the instrument.
- param sec_pass_word:
No help available
- param mode:
ENABled: Unlocks the display, the touchscreen and all controls for the manual operation.
DONLy: Locks the touchscreen and controls for the manual operation of the instrument. The display shows the current settings.
VNConly: Locks the touchscreen and controls for the manual operation, and enables remote operation over VNC. The display shows the current settings.
TOFF: Locks the touchscreen for the manual operation of the instrument. The display shows the current settings.
DISabled: Locks the display, the touchscreen and all controls for the manual operation.