State

SCPI Command :

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

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

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

return

avahi_state: 1| ON| 0| OFF

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

param sec_pass_word

string Current security password.

param avahi_state

1| ON| 0| OFF