Request
SCPI Command :
SYSTem:LOCK:REQuest:[EXCLusive]
- class RequestCls[source]
Request commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_exclusive() int [source]
# SCPI: 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.
- return
success: integer
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.system.lock.request.clone()
Subgroups