State

SCPI Command :

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

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

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

Disables the LAN interface in general, including all services.

return

lan_stor_state: 1| ON| 0| OFF

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

param sec_pass_word

string Current security password. The default password is 123456.

param lan_stor_state

1| ON| 0| OFF