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()

No command help available

return:

lan_stor_state: No help available

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)

No command help available

param sec_pass_word:

No help available

param lan_stor_state:

No help available