Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -685,9 +685,14 @@ message ElectricalComponent {
//  (https://en.wikipedia.org/wiki/Passive_sign_convention).
//
// !!! info "Historical Data"
//  The timestamps of when a connection was created and terminated allows for
//  tracking the changes over time to a microgrid, providing insights into
//  when and how the microgrid infrastructure has been modified.
// The timestamps of when a connection was created and terminated allows for
// tracking the changes over time to a microgrid, providing insights into
// when and how the microgrid infrastructure has been modified.
//
// !!! info "No Self-Connections"
// `source_electrical_component_id` MUST NOT equal
// `destination_electrical_component_id`. A component cannot be connected
// to itself.
//
message ElectricalComponentConnection {
// Unique identifier of the component where the connection originates. This is
Expand Down
Loading