State
SCPI Command :
SYSTem:SECurity:NETWork:VNC:[STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: SYSTem:SECurity:NETWork:VNC:[STATe] value: bool = driver.system.security.network.vnc.state.get()
Disables the VNC interface for remote control of the instrument.
- return
vnc_state: 1| ON| 0| OFF
- set(sec_pass_word: str, vnc_state: bool) None [source]
# SCPI: 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.
- param sec_pass_word
string Current security password.
- param vnc_state
1| ON| 0| OFF