Security
SCPI Command :
SYSTem:SECurity:[STATe]
- Commands in total: 18Subgroups: 6Direct child commands: 1
- get_state() bool[source]
# SYSTem:SECurity:[STATe] value: bool = driver.system.security.get_state()
No help available
- set_state(state: bool) None[source]
# SYSTem:SECurity:[STATe] driver.system.security.set_state(state = False)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
security_copy = driver.system.security.clone()
Subgroups