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
| Type | Name | Default | Description |
| Types.CurrentModule | IMax | | Maximum current on the monitored component (unit depending on IMonitored unit) |
| Integer | OrderToEmit | | Order 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]) |
| Boolean | Running | | True if the CLA is activated |
| Types.Time | tLagBeforeActing | | Time lag before taking action in s |
Connectors
| Type | Name | Default | Description |
| Dynawo.Connectors.BPin | AutomatonExists | | Pin to indicate to deactivate internal automaton natively present in C++ object |
| Dynawo.Connectors.ImPin | IMonitored | | Monitored current (unit depending on IMax unit) |
| Dynawo.Connectors.IntPin | order | | Order 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]) |