Klock

SCPI Command :

SYSTem:KLOCk
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# SYSTem:KLOCk
value: bool = driver.system.klock.get()

This command locks or unlocks manual operation.

Returns:

state: ON LLO (local lockout) . The instrument can only be operated remotely, not locally. OFF Unlocks the manual operation mode. To operate the instrument locally again, you must execute SYST:COMM:INT:REM OFF or select the ‘Local’ softkey first.

set(state: bool) None[source]
# SYSTem:KLOCk
driver.system.klock.set(state = False)

This command locks or unlocks manual operation.

Parameters:

state – ON LLO (local lockout) . The instrument can only be operated remotely, not locally. OFF Unlocks the manual operation mode. To operate the instrument locally again, you must execute SYST:COMM:INT:REM OFF or select the ‘Local’ softkey first.