State

SCPI Command :

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

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

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

No command help available

return:

http_state: No help available

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

No command help available

param sec_pass_word:

No help available

param http_state:

No help available