State
SCPI Command :
SYSTem:SECurity:NETWork:FTP:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# SYSTem:SECurity:NETWork:FTP:[STATe] value: bool = driver.system.security.network.ftp.state.get()
Disables FTP protocol for file transfer between the instrument and host.
- Returns:
ftp_state: 1 | ON | 0| OFF
- set(sec_pass_word: str, ftp_state: bool) None[source]
# SYSTem:SECurity:NETWork:FTP:[STATe] driver.system.security.network.ftp.state.set(sec_pass_word = 'abc', ftp_state = False)
Disables FTP protocol for file transfer between the instrument and host.
- Parameters:
sec_pass_word – string Current security password.
ftp_state – 1 | ON | 0| OFF