From 5da677a6e6b929ea155375b1d46186679bb54da7 Mon Sep 17 00:00:00 2001 From: Sophie Frasnedo Date: Thu, 23 Jan 2025 10:42:19 +0100 Subject: [PATCH] Add tripping and other network modifications (without description) Signed-off-by: Sophie Frasnedo --- docs/grid_features/network_modifications.md | 147 +++++++++++++++++++- 1 file changed, 145 insertions(+), 2 deletions(-) diff --git a/docs/grid_features/network_modifications.md b/docs/grid_features/network_modifications.md index 246fa4c8a29..f58359479d3 100644 --- a/docs/grid_features/network_modifications.md +++ b/docs/grid_features/network_modifications.md @@ -6,9 +6,15 @@ Each modification must first be created with the right attributes or parameters ## Scaling TODO +## Tap changers -## Topology modifications +### PhaseTapPositionModification +TODO + +### RatioTapPositionModification +TODO +## Topology modifications Powsybl provides classes that can be used to easily modify the topology of the network. This includes: the creation of network elements with automatic creation of switches with respect to the topology of the voltage level, the removal of network elements and their switches, the creation of T-pieces when connecting a line to @@ -159,11 +165,148 @@ connectables are removed. The branches and three-winding transformers are also r substations. The builder takes the ID of the substation as input. - ### Connect a line on a line or a voltage level on a line + +#### ConnectVoltageLevelOnLine TODO +#### RevertConnectVoltageLevelOnLine +TODO + +#### CreateLineOnLine +TODO + +#### RevertCreateLineOnLine +TODO + +### ReplaceTeePointbyVoltageLevelOnLine +TODO ### Naming strategy TODO + + +## Tripping + +### Battery tripping +TODO + +### Branch tripping +TODO + +### Busbar section tripping +TODO + +### Bus tripping +TODO + +### Dangling line tripping +TODO + +### Generator tripping +TODO + +### Hvdc line tripping +TODO + +### Line tripping +TODO + +### Load tripping +TODO + +### Shunt compensator tripping +TODO + +### Static Var compensator tripping +TODO + +### Switch tripping +TODO + +### Three-winding transformer tripping +TODO + +### Tie line tripping +TODO + +### two-winding transformer tripping +TODO + +## Other modifications + +### AreaInterchangeTargetModification +TODO + +### BatteryModification +TODO + +### CloseSwitch +TODO + +### ConnectableConnection +TODO + +### ConnectGenerator +TODO + +### DanglingLineModification +TODO + +### GeneratorModification +TODO + +### HvdcLineModification +TODO + +### LoadModification +TODO + +### NetworkModificationList +TODO + +### OpenSwitch +TODO + +### PercentChangeLoadModification +TODO + +### PhaseShifterOptimizeTap +TODO + +### PhaseShifterSetAsFixedTap +TODO + +### PhaseShifterShiftTap +TODO + +### PlannedDisconnection +TODO + +### Replace3TwoWindingsTransformersByThreeWindingsTransformers +TODO + +### ReplaceThreeWindingsTransformersBy3TwoWindingsTransformers +TODO + +### ReplaceTieLinesByLines +TODO + +### SetGeneratorToLocalRegulation +TODO + +### ShuntCompensatorModification +TODO + +### StaticVarCompensatorModification +TODO + +### ThreeWindingsTransformerModification +TODO + +### UnplannedDisconnection +TODO + +### VscConverterStationModification +TODO