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