State

SCPI Command :

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

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

get() bool[source]
# SCPI: 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.

return

mmem_prot_state: 0| 1| OFF| ON

set(sec_pass_word: str, mmem_prot_state: bool) None[source]
# SCPI: 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.

param sec_pass_word

string Current security password The default password is 123456.

param mmem_prot_state

0| 1| OFF| ON