@@ -357,16 +357,15 @@ If the transformer has a `TapChanger`, the CGMES SSH `step` is written from the
357357If the network comes from a CIM-CGMES model and the tap changer has initially a ` TapChangerControl ` , it always has at export
358358too. Otherwise, a ` TapChangerControl ` is exported for the tap changer if it is considered as defined. A ` RatioTapChanger `
359359is 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
363362In 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