State

SCPI Command :

SYSTem:SECurity:USBStorage:[STATe]
class StateCls[source]

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

get() bool[source]
# SCPI: SYSTem:SECurity:USBStorage:[STATe]
value: bool = driver.system.security.usbStorage.state.get()

No command help available

return

usb_stor_state: No help available

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

No command help available

param sec_pass_word

No help available

param usb_stor_state

No help available