-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The SubstationGraphBuilder requires 2 (or 3) TransformerWindings to be present.
All these TransformerWindings require a Terminal section (+ ConnectivityNode in that Terminal Section).
When either the Terminal element, or the ConnectivityNode element is not present in the SCL file, a default exception message gets thrown (For Terminal: ArrayIndexOutOfBounds, for ConnectivityNode: NullPointer).
We should add assertions before trying to create the FeederNode:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
To do