State

SCPI Command :

SYSTem:SECurity:SANitize:[STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: SYSTem:SECurity:SANitize:[STATe]
value: bool = driver.system.security.sanitize.state.get()

Sanitizes the internal memory.

return

mmem_prot_state: 0| 1| OFF| ON

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

Sanitizes the internal memory.

param sec_pass_word

string

param mmem_prot_state

0| 1| OFF| ON