Power System Platform  2024w23a
Loading...
Searching...
No Matches
ParseAnarede::PowerLine Struct Reference

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
 

Member Data Documentation

◆ busConnectionID

std::pair<int, int> ParseAnarede::PowerLine::busConnectionID[2]
Initial value:
= {
std::make_pair(0, 0), std::make_pair(0, 0)}

In the form <graphicalBusID,electricBusID>

◆ busConnectionNode

std::pair<int, int> ParseAnarede::PowerLine::busConnectionNode[2]
Initial value:
= {std::make_pair(0, 0),
std::make_pair(0, 0)}

In the form <graphicalBusID,nodeID>

◆ electricalID

int ParseAnarede::PowerLine::electricalID = 0

Bus, Branch or Group electrical IDs

◆ id

int ParseAnarede::PowerLine::id = 0

Graphical ID

◆ nodesPosition

std::vector<wxPoint2DDouble> ParseAnarede::PowerLine::nodesPosition

Coordinates of the line breaks, if any

◆ type

ElementTypeAnarede ParseAnarede::PowerLine::type = ANA_LINE

Element type


The documentation for this struct was generated from the following file: