Skip to content

Commit

Permalink
Add tripping and other network modifications (without description)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophie Frasnedo <[email protected]>
  • Loading branch information
So-Fras committed Jan 23, 2025
1 parent c6c8ff2 commit 5da677a
Showing 1 changed file with 145 additions and 2 deletions.
147 changes: 145 additions & 2 deletions docs/grid_features/network_modifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ Each modification must first be created with the right attributes or parameters
## Scaling
<span style="color: red">TODO</span>

## Tap changers

## Topology modifications
### PhaseTapPositionModification
<span style="color: red">TODO</span>

### RatioTapPositionModification
<span style="color: red">TODO</span>

## 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
Expand Down Expand Up @@ -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
<span style="color: red">TODO</span>

#### RevertConnectVoltageLevelOnLine
<span style="color: red">TODO</span>

#### CreateLineOnLine
<span style="color: red">TODO</span>

#### RevertCreateLineOnLine
<span style="color: red">TODO</span>

### ReplaceTeePointbyVoltageLevelOnLine
<span style="color: red">TODO</span>

### Naming strategy
<span style="color: red">TODO</span>



## Tripping

### Battery tripping
<span style="color: red">TODO</span>

### Branch tripping
<span style="color: red">TODO</span>

### Busbar section tripping
<span style="color: red">TODO</span>

### Bus tripping
<span style="color: red">TODO</span>

### Dangling line tripping
<span style="color: red">TODO</span>

### Generator tripping
<span style="color: red">TODO</span>

### Hvdc line tripping
<span style="color: red">TODO</span>

### Line tripping
<span style="color: red">TODO</span>

### Load tripping
<span style="color: red">TODO</span>

### Shunt compensator tripping
<span style="color: red">TODO</span>

### Static Var compensator tripping
<span style="color: red">TODO</span>

### Switch tripping
<span style="color: red">TODO</span>

### Three-winding transformer tripping
<span style="color: red">TODO</span>

### Tie line tripping
<span style="color: red">TODO</span>

### two-winding transformer tripping
<span style="color: red">TODO</span>

## Other modifications

### AreaInterchangeTargetModification
<span style="color: red">TODO</span>

### BatteryModification
<span style="color: red">TODO</span>

### CloseSwitch
<span style="color: red">TODO</span>

### ConnectableConnection
<span style="color: red">TODO</span>

### ConnectGenerator
<span style="color: red">TODO</span>

### DanglingLineModification
<span style="color: red">TODO</span>

### GeneratorModification
<span style="color: red">TODO</span>

### HvdcLineModification
<span style="color: red">TODO</span>

### LoadModification
<span style="color: red">TODO</span>

### NetworkModificationList
<span style="color: red">TODO</span>

### OpenSwitch
<span style="color: red">TODO</span>

### PercentChangeLoadModification
<span style="color: red">TODO</span>

### PhaseShifterOptimizeTap
<span style="color: red">TODO</span>

### PhaseShifterSetAsFixedTap
<span style="color: red">TODO</span>

### PhaseShifterShiftTap
<span style="color: red">TODO</span>

### PlannedDisconnection
<span style="color: red">TODO</span>

### Replace3TwoWindingsTransformersByThreeWindingsTransformers
<span style="color: red">TODO</span>

### ReplaceThreeWindingsTransformersBy3TwoWindingsTransformers
<span style="color: red">TODO</span>

### ReplaceTieLinesByLines
<span style="color: red">TODO</span>

### SetGeneratorToLocalRegulation
<span style="color: red">TODO</span>

### ShuntCompensatorModification
<span style="color: red">TODO</span>

### StaticVarCompensatorModification
<span style="color: red">TODO</span>

### ThreeWindingsTransformerModification
<span style="color: red">TODO</span>

### UnplannedDisconnection
<span style="color: red">TODO</span>

### VscConverterStationModification
<span style="color: red">TODO</span>

0 comments on commit 5da677a

Please sign in to comment.