modelCurrentLimitAutomaton

Current Limit Automaton (CLA) monitoring one component

Information

The automaton will open one or several components when the current stays higher than a predefined threshold during a certain amount of time on a monitored component (line, transformer, etc.).

Parameters

TypeNameDefaultDescription
Types.CurrentModuleIMaxMaximum current on the monitored component (unit depending on IMonitored unit)
IntegerOrderToEmitOrder to emit by the CLA (it should be a value corresponding to a state: [1:OPEN, 2:CLOSED, 3:CLOSED_1, 4:CLOSED_2, 5:CLOSED_3, 6:UNDEFINED])
BooleanRunningTrue if the CLA is activated
Types.TimetLagBeforeActingTime lag before taking action in s

Connectors

TypeNameDefaultDescription
Dynawo.Connectors.BPinAutomatonExistsPin to indicate to deactivate internal automaton natively present in C++ object
Dynawo.Connectors.ImPinIMonitoredMonitored current (unit depending on IMax unit)
Dynawo.Connectors.IntPinorderOrder emitted by the CLA (it should be a value corresponding to a state: [1:OPEN, 2:CLOSED, 3:CLOSED_1, 4:CLOSED_2, 5:CLOSED_3, 6:UNDEFINED])