State

SCPI Command :

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

Disables control of the instrument over HTTP, the protocol for hypermedia information systems.

Returns:

http_state: 1 | ON | 0| OFF

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

Disables control of the instrument over HTTP, the protocol for hypermedia information systems.

Parameters:
  • sec_pass_word – string Current security password.

  • http_state – 1 | ON | 0| OFF