State

SCPI Command :

SYSTem:PROTect<CH>:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(level=Level.Default) bool[source]
# SYSTem:PROTect<CH>:[STATe]
value: bool = driver.system.protect.state.get(level = repcap.Level.Default)

Activates and deactivates the specified protection level.

Parameters:

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

Returns:

state: 1 | ON | 0| OFF

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

Activates and deactivates the specified protection level.

Parameters:
  • state – 1 | ON | 0| OFF

  • key – integer The respective functions are disabled when the protection level is activated. No password is required for activation of a level. A password must be entered to deactivate the protection level. The default password for the first level is 123456. This protection level is required to unlock internal adjustments for example.

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