Skip to content

Commit a055e26

Browse files
committed
Fix documentation
Signed-off-by: Romain Courtier <[email protected]>
1 parent 9afd751 commit a055e26

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/grid_exchange_formats/cgmes/export.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,16 +357,15 @@ If the transformer has a `TapChanger`, the CGMES SSH `step` is written from the
357357
If the network comes from a CIM-CGMES model and the tap changer has initially a `TapChangerControl`, it always has at export
358358
too. Otherwise, a `TapChangerControl` is exported for the tap changer if it is considered as defined. A `RatioTapChanger`
359359
is considered as defined if it has a valid regulation value, a valid target deadband and a non-null regulating terminal.
360-
A `PhaseTapChanger` is considered as defined if it has a valid regulation value,
361-
a valid target deadband, and a non-null regulating terminal. By default its regulation mode is set to `CURRENT_LIMITER`.
360+
A `PhaseTapChanger` is considered as defined if it has a valid regulation value, a valid target deadband, and a non-null regulating terminal.
362361

363362
In a `RatioTapChanger`, the `TapChangerControl` is exported with `RegulatingControl.mode` set to `RegulatingControlModeKind.reactivePower` when
364363
`RatioTapChanger` `regulationMode` is set to `REACTIVE_POWER`, and with `RegulatingControl.mode` set to `RegulatingControlModeKind.voltage` when
365364
`RatioTapChanger` `regulationMode` is set to `VOLTAGE`.
366365

367-
In a `PhaseTapChanger`, the `TapChangerControl` is exported with `RegulatingControl.mode` set to `RegulatingControlModeKind.activePower` when
368-
`PhaseTapChanger` `regulationMode` is set to `ACTIVE_POWER_CONTROL`, and with `RegulatingControl.mode` set to `RegulatingControlModeKind.currentFlow`
369-
when `PhaseTapChanger` `regulationMode` is set to `CURRENT_LIMITER`.
366+
In a `PhaseTapChanger`, the `TapChangerControl` is always exported with `RegulatingControl.mode` set to `RegulatingControlModeKind.activePower`.
367+
If the original `PhaseTapChanger` `regulationMode` is `CURRENT_LIMITER`, the `TapChangerControl` is put off regulation
368+
and a `OperationalLimitSet` with a `CurrentLimit` is created at the regulated terminal with the regulation value.
370369

371370
(cgmes-two-winding-transformer-export)=
372371
### TwoWindingsTransformer

0 commit comments

Comments
 (0)