State
SCPI Command :
SYSTem:SECurity:NETWork:RPC:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# SYSTem:SECurity:NETWork:RPC:[STATe] value: bool = driver.system.security.network.rpc.state.get()
Enables the LAN interface for remote control of the instrument via remote procedure calls (RPC) .
- Returns:
rpc_state: 1 | ON | 0| OFF
- set(sec_pass_word: str, rpc_state: bool) None[source]
# SYSTem:SECurity:NETWork:RPC:[STATe] driver.system.security.network.rpc.state.set(sec_pass_word = 'abc', rpc_state = False)
Enables the LAN interface for remote control of the instrument via remote procedure calls (RPC) .
- Parameters:
sec_pass_word – string Current security password.
rpc_state – 1 | ON | 0| OFF