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()
Disables control of the instrument over HTTP, the protocol for hypermedia information systems.
- return
http_state: 1| ON| 0| OFF
- 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)
Disables control of the instrument over HTTP, the protocol for hypermedia information systems.
- param sec_pass_word
string Current security password.
- param http_state
1| ON| 0| OFF