Request

SCPI Command :

SYSTem:LOCK:REQuest:[EXCLusive]
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_exclusive() int[source]
# SYSTem:LOCK:REQuest:[EXCLusive]
value: int = driver.system.lock.request.get_exclusive()

Queries whether a lock for exclusive access to the instrument via ethernet exists. If successful, the query returns a 1, otherwise 0.

Returns:

success: integer

Cloning the Group

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

Subgroups