State

SCPI Command :

SYSTem:SECurity:NETWork:RPC:[STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: 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) .

return

rpc_state: 1| ON| 0| OFF

set(sec_pass_word: str, rpc_state: bool) None[source]
# SCPI: 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) .

param sec_pass_word

string Current security password.

param rpc_state

1| ON| 0| OFF