State
SCPI Command :
SYSTem:SECurity:NETWork:SMB:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# SYSTem:SECurity:NETWork:SMB:[STATe] value: bool = driver.system.security.network.smb.state.get()
Disables access to the file system, printers and serial ports in a network over SMB.
- Returns:
smb_state: 1 | ON | 0| OFF
- set(sec_pass_word: str, smb_state: bool) None[source]
# SYSTem:SECurity:NETWork:SMB:[STATe] driver.system.security.network.smb.state.set(sec_pass_word = 'abc', smb_state = False)
Disables access to the file system, printers and serial ports in a network over SMB.
- Parameters:
sec_pass_word – string Current security password.
smb_state – 1 | ON | 0| OFF