![]() |
Power System Platform
2026w10a-beta
|
Public Attributes | |
| int | id = 0 |
| ElementTypeAnarede | type = ANA_LINE |
| int | electricalID = 0 |
| std::pair< int, int > | busConnectionID [2] |
| std::pair< int, int > | busConnectionNode [2] |
| std::vector< wxPoint2DDouble > | nodesPosition |
Definition at line 112 of file ImportForm.h.
| std::pair<int, int> ParseAnarede::PowerLine::busConnectionID[2] |
In the form <graphicalBusID,electricBusID>
Definition at line 116 of file ImportForm.h.
| std::pair<int, int> ParseAnarede::PowerLine::busConnectionNode[2] |
In the form <graphicalBusID,nodeID>
Definition at line 118 of file ImportForm.h.
| int ParseAnarede::PowerLine::electricalID = 0 |
Bus, Branch or Group electrical IDs
Definition at line 115 of file ImportForm.h.
| int ParseAnarede::PowerLine::id = 0 |
Graphical ID
Definition at line 113 of file ImportForm.h.
| std::vector<wxPoint2DDouble> ParseAnarede::PowerLine::nodesPosition |
Coordinates of the line breaks, if any
Definition at line 120 of file ImportForm.h.
| ElementTypeAnarede ParseAnarede::PowerLine::type = ANA_LINE |
Element type
Definition at line 114 of file ImportForm.h.