State

SCPI Command :

SYSTem:PROTect<CH>:[STATe]
class StateCls[source]

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

get(level=Level.Default) bool[source]
# SCPI: SYSTem:PROTect<CH>:[STATe]
value: bool = driver.system.protect.state.get(level = repcap.Level.Default)

Activates and deactivates the specified protection level.

param level:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Protect’)

return:

state: No help available

set(state: bool, key: int = None, level=Level.Default) None[source]
# SCPI: SYSTem:PROTect<CH>:[STATe]
driver.system.protect.state.set(state = False, key = 1, level = repcap.Level.Default)

Activates and deactivates the specified protection level.

param state:

No help available

param key:

No help available

param level:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Protect’)