Security

SCPI Command :

SYSTem:SECurity:[STATe]
class SecurityCls[source]

Security commands group definition. 18 total commands, 6 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: SYSTem:SECurity:[STATe]
value: bool = driver.system.security.get_state()

No command help available

return

state: No help available

set_state(state: bool) None[source]
# SCPI: SYSTem:SECurity:[STATe]
driver.system.security.set_state(state = False)

No command help available

param state

No help available

Cloning the Group

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

Subgroups