State

SCPI Command :

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

Disables the LAN interface for remote control of the instrument over raw socket port.

Returns:

raw_state: 1 | ON | 0| OFF

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

Disables the LAN interface for remote control of the instrument over raw socket port.

Parameters:
  • sec_pass_word – string Current security password.

  • raw_state – 1 | ON | 0| OFF