State
SCPI Command :
SYSTem:SECurity:NETWork:SWUPdate:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# SYSTem:SECurity:NETWork:SWUPdate:[STATe] value: bool = driver.system.security.network.swUpdate.state.get()
Disables software update over LAN.
- Returns:
sw_update_state: 1 | ON | 0| OFF
- set(sec_pass_word: str, sw_update_state: bool) None[source]
# 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.
- Parameters:
sec_pass_word – string Current security password.
sw_update_state – 1 | ON | 0| OFF