State
SCPI Command :
SYSTem:SECurity:VOLMode:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# SYSTem:SECurity:VOLMode:[STATe] value: bool = driver.system.security.volMode.state.get()
Activates volatile mode, so that no user data can be written to the internal memory permanently. To enable volatile mode, reboot the instrument. Otherwise the change has no effect.
- Returns:
mmem_prot_state: 0 | 1| OFF | ON
- set(sec_pass_word: str, mmem_prot_state: bool) None[source]
# SYSTem:SECurity:VOLMode:[STATe] driver.system.security.volMode.state.set(sec_pass_word = 'abc', mmem_prot_state = False)
Activates volatile mode, so that no user data can be written to the internal memory permanently. To enable volatile mode, reboot the instrument. Otherwise the change has no effect.
- Parameters:
sec_pass_word – string Current security password The default password is 123456.
mmem_prot_state – 0 | 1| OFF | ON