Lock

SCPI Command :

SYSTem:LOCK:TIMeout
Commands in total: 10
Subgroups: 5
Direct child commands: 1
get_timeout() int[source]
# SYSTem:LOCK:TIMeout
value: int = driver.system.lock.get_timeout()

No help available

set_timeout(time_ms: int) None[source]
# SYSTem:LOCK:TIMeout
driver.system.lock.set_timeout(time_ms = 1)

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
lock_copy = driver.system.lock.clone()

Subgroups