State
SCPI Command :
SYSTem:SECurity:NETWork:SSH:[STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: 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.
- return
ssh_state: 1| ON| 0| OFF
- set(sec_pass_word: str, ssh_state: bool) None [source]
# SCPI: 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.
- param sec_pass_word
string Current security password.
- param ssh_state
1| ON| 0| OFF