State
SCPI Command :
SYSTem:SECurity:NETWork:RAW:[STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: 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.
- return
raw_state: 1| ON| 0| OFF
- set(sec_pass_word: str, raw_state: bool) None [source]
# SCPI: 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.
- param sec_pass_word
string Current security password.
- param raw_state
1| ON| 0| OFF