State

SCPI Command :

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

Disables control of the instrument over LAN using SCPI commands.

Returns:

soe_state: 1 | ON | 0| OFF

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

Disables control of the instrument over LAN using SCPI commands.

Parameters:
  • sec_pass_word – string Current security password.

  • soe_state – 1 | ON | 0| OFF