Lock

SCPI Command :

SYSTem:LOCK:TIMeout
class LockCls[source]

Lock commands group definition. 10 total commands, 5 Subgroups, 1 group commands

get_timeout() int[source]
# SCPI: SYSTem:LOCK:TIMeout
value: int = driver.system.lock.get_timeout()

No command help available

return

time_ms: No help available

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

No command help available

param time_ms

No help available

Cloning the Group

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

Subgroups