State
SCPI Command :
SYSTem:SECurity:NETWork:AVAHi:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# SYSTem:SECurity:NETWork:AVAHi:[STATe] value: bool = driver.system.security.network.avahi.state.get()
Disables the Avahi service for automatic configuration of the instrument in a network.
- Returns:
avahi_state: 1 | ON | 0| OFF
- set(sec_pass_word: str, avahi_state: bool) None[source]
# SYSTem:SECurity:NETWork:AVAHi:[STATe] driver.system.security.network.avahi.state.set(sec_pass_word = 'abc', avahi_state = False)
Disables the Avahi service for automatic configuration of the instrument in a network.
- Parameters:
sec_pass_word – string Current security password.
avahi_state – 1 | ON | 0| OFF