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()

No command help available

return:

success: No help available

Cloning the Group

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

Subgroups