State

SCPI Command :

SYSTem:SECurity:NETWork:SMB:[STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: 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.

return

smb_state: 1| ON| 0| OFF

set(sec_pass_word: str, smb_state: bool) None[source]
# SCPI: 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.

param sec_pass_word

string Current security password.

param smb_state

1| ON| 0| OFF