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