@@ -27,20 +27,21 @@ for Geographical Informations Systems_ (DGS) JSON format.
2727
2828The following components are currently supported:
2929
30- | Name | Description | RLF Element |
31- | ---------- | -------------------------- | --------------------------- |
32- | ElmXnet | External Grid | VoltageSource |
33- | ElmTerm | Terminal | Bus |
34- | StaCubic | Cubicle | N/A _ (included in the bus)_ |
35- | ElmTr2 | 2-Winding Transformer | Transformer |
36- | TypTr2 | 2-Winding Transformer Type | TransformerParameters |
37- | ElmCoup | Switch | Switch |
38- | ElmLne | Line/Cable | Line |
39- | TypLne | Line/Cable Type | LineParameters |
40- | ElmLodLV | Load, low voltage | PowerLoad (P>=0) |
41- | ElmLodmv | Load, medium voltage | PowerLoad (P>=0) |
42- | ElmGenStat | Static Generator | PowerLoad (P<=0) |
43- | ElmPvsys | PV System | PowerLoad (P<=0) |
30+ | Name | Description | RLF Element |
31+ | ---------- | -------------------------- | ----------------------- |
32+ | ElmXnet | External Grid | VoltageSource |
33+ | ElmTerm | Terminal | Bus |
34+ | StaCubic | Cubicle | N/A |
35+ | ElmTr2 | 2-Winding Transformer | Transformer |
36+ | TypTr2 | 2-Winding Transformer Type | TransformerParameters |
37+ | ElmCoup | Switch | Switch |
38+ | ElmLne | Line/Cable | Line |
39+ | TypLne | Line/Cable Type | LineParameters |
40+ | ElmLodLV | Load, low voltage | PowerLoad (P>=0) |
41+ | ElmLodmv | Load, medium voltage | PowerLoad (P>=0 or P<0) |
42+ | ElmLod | General load | PowerLoad (P>=0) |
43+ | ElmGenStat | Static Generator | PowerLoad (P<=0) |
44+ | ElmPvsys | PV System | PowerLoad (P<=0) |
4445
4546### Export from PowerFactory
4647
@@ -105,6 +106,19 @@ Please note that there are some limitations in the supported features:
105106- ** Ignored attributes** : functionality that is not yet available in ` roseau-load-flow ` is ignored.
106107 This includes the state of the switches (switches are considered to be always closed);
107108
109+ ### Lines and Transformers
110+
111+ In addition to the DGS import support, ` roseau-load-flow ` supports creating lines and transformers
112+ parameters from PowerFactory data. This is useful when you don't want to import a whole network but
113+ would like to use some of the lines and transformers models you have in a power factory project.
114+
115+ To create line parameters from a PowerFactory Line Type (` TypLne ` ) object, use the
116+ {meth}` LineParameters.from_power_factory() roseau.load_flow.LineParameters.from_power_factory ` method.
117+
118+ To create transformer parameters from a PowerFactory 2-Winding Transformer Type (` TypTr2 ` ) object, use the
119+ {meth}` TransformerParameters.from_power_factory() roseau.load_flow.TransformerParameters.from_power_factory `
120+ method.
121+
108122## OpenDSS
109123
110124` roseau-load-flow ` supports creating lines and transformers from OpenDSS data.
0 commit comments