File tree Expand file tree Collapse file tree
src/frequenz/client/microgrid/component Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# License: MIT
2- # Copyright © 2024 Frequenz Energy-as-a-Service GmbH
2+ # Copyright © 2025 Frequenz Energy-as-a-Service GmbH
33
44"""Component connection."""
55
@@ -20,7 +20,7 @@ class ComponentConnection:
2020 microgrids.
2121
2222 Note: Physical Representation
23- This message is not about data flow but rather about the physical
23+ This object is not about data flow but rather about the physical
2424 electrical connections between components. Therefore, the IDs for the
2525 source and destination components correspond to the actual setup within
2626 the microgrid.
@@ -33,7 +33,7 @@ class ComponentConnection:
3333 (https://en.wikipedia.org/wiki/Passive_sign_convention).
3434
3535 Note: Historical Data
36- The timestamps of when a connection was created and terminated allows for
36+ The timestamps of when a connection was created and terminated allow for
3737 tracking the changes over time to a microgrid, providing insights into
3838 when and how the microgrid infrastructure has been modified.
3939 """
Original file line number Diff line number Diff line change 11# License: MIT
2- # Copyright © 2024 Frequenz Energy-as-a-Service GmbH
2+ # Copyright © 2025 Frequenz Energy-as-a-Service GmbH
33
44"""Loading of ComponentConnection objects from protobuf messages."""
55
You can’t perform that action at this time.
0 commit comments