State

SCPI Command :

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

Sanitizes the internal memory.

Returns:

mmem_prot_state: 0 | 1| OFF | ON

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

Sanitizes the internal memory.

Parameters:
  • sec_pass_word – string

  • mmem_prot_state – 0 | 1| OFF | ON