State
SCPI Command :
SYSTem:SECurity:NETWork:SOE:[STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: SYSTem:SECurity:NETWork:SOE:[STATe] value: bool = driver.system.security.network.soe.state.get()
Disables control of the instrument over LAN using SCPI commands.
- return:
soe_state: No help available
- set(sec_pass_word: str, soe_state: bool) None [source]
# SCPI: 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.
- param sec_pass_word:
Current security password.
- param soe_state:
No help available