Alimit

SCPI Commands

SOURce:ALIMit:STATe
class AlimitCls[source]

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

get_state() bool[source]
# SCPI: [SOURce]:ALIMit[:STATe]
value: bool = driver.source.alimit.get_state()

Sets or queries the safety limit state.

return

arg_0: No help available

set_state(arg_0: bool) None[source]
# SCPI: [SOURce]:ALIMit[:STATe]
driver.source.alimit.set_state(arg_0 = False)

Sets or queries the safety limit state.

param arg_0
  • 1: Activates the safety limit.

  • 0: Deactivates the safety limit.