State

SCPI Command :

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

Disables the LAN interface in general, including all services.

Returns:

lan_stor_state: 1 | ON | 0| OFF

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

Disables the LAN interface in general, including all services.

Parameters:
  • sec_pass_word – string Current security password. The default password is 123456.

  • lan_stor_state – 1 | ON | 0| OFF