State

SCPI Command :

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

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

get() bool[source]
# SCPI: SYSTem:SECurity:NETWork:SWUPdate:[STATe]
value: bool = driver.system.security.network.swUpdate.state.get()

Disables software update over LAN.

return

sw_update_state: 1| ON| 0| OFF

set(sec_pass_word: str, sw_update_state: bool) None[source]
# SCPI: SYSTem:SECurity:NETWork:SWUPdate:[STATe]
driver.system.security.network.swUpdate.state.set(sec_pass_word = 'abc', sw_update_state = False)

Disables software update over LAN.

param sec_pass_word

string Current security password.

param sw_update_state

1| ON| 0| OFF