State

SCPI Command :

SYSTem:SECurity:USBStorage:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# SYSTem:SECurity:USBStorage:[STATe]
value: bool = driver.system.security.usbStorage.state.get()

No help available

set(sec_pass_word: str, usb_stor_state: bool) None[source]
# SYSTem:SECurity:USBStorage:[STATe]
driver.system.security.usbStorage.state.set(sec_pass_word = 'abc', usb_stor_state = False)

No help available