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