Skip to content

Commit d10ba15

Browse files
authored
Reorder documentation about security inputs (#3751)
Reorder documentation about security inputs (#3751) Signed-off-by: CARON Alice <alice.caron@rte-france.com>
1 parent 984cc1d commit d10ba15

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

docs/simulation/security/index.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,18 @@ A contingency is made of contingency elements. A contingency can trigger one ele
5858
at a time (N-K). Bus bar and bus contingencies are special N-K contingencies as they trigger all the equipments
5959
connected to a given bus bar section.
6060

61-
### Remedial actions
61+
### Operator strategies
62+
63+
An operator strategy is applied in pre-contingency or after a contingency, depending on the contingency context
64+
provided. A contingency context can be:
65+
- `NONE` a pre-contingency state only
66+
- `SPECIFIC` a post-contingency state on a specific contingency
67+
- `ONLY_CONTINGENCIES` a post-contingency state on every contingency
68+
- `ALL` both pre-contingency and post-contingency states
69+
70+
An operator strategy groups a condition and a list of remedial actions.
71+
72+
#### Remedial actions
6273

6374
Remedial actions are actions that are applied when limit violations occur. Supported actions are:
6475

@@ -88,7 +99,7 @@ Remedial actions can be *preventive* or *curative*:
8899

89100
Note: you can find the current list of remedial actions implemented in the PowSyBl Open Load Flow security analysis provider in the [PowSyBl Open Load Flow documentation](inv:powsyblopenloadflow:*:*#security/inputs).
90101

91-
### Conditions
102+
#### Conditions
92103

93104
Actions are applied if a condition is met. The conditions can be diversified and extended in the future:
94105

@@ -104,14 +115,7 @@ Actions are applied if a condition is met. The conditions can be diversified and
104115
Four condition types are available depending on the equipment to target: branch threshold condition, three-winding
105116
transformer threshold condition, injection threshold condition and AC/DC converter threshold condition.
106117

107-
### Operator strategies
108118

109-
An operator strategy is applied in pre-contingency or after a contingency, depending on the contingency context
110-
provided. A contingency context can be a pre-contingency state only (`NONE`), a post-contingency state (on a specific
111-
contingency (`SPECIFIC`) or on every contingency (`ONLY_CONTINGENCIES`)) or both pre-contingency and post-contingency
112-
states (`ALL`).
113-
114-
An operator strategy groups a condition and a list of remedial actions.
115119

116120
### State monitors
117121

0 commit comments

Comments
 (0)