State

SCPI Command :

SYSTem:SECurity:MMEM:PROTect:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# SYSTem:SECurity:MMEM:PROTect:[STATe]
value: bool = driver.system.security.mmem.protect.state.get()

No help available

set(sec_pass_word: str, mmem_prot_state: bool) None[source]
# SYSTem:SECurity:MMEM:PROTect:[STATe]
driver.system.security.mmem.protect.state.set(sec_pass_word = 'abc', mmem_prot_state = False)

No help available