Power System Platform  2026w10a-beta
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
 

Detailed Description

Definition at line 112 of file ImportForm.h.

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>

Definition at line 116 of file ImportForm.h.

116 {
117 std::make_pair(0, 0), std::make_pair(0, 0)};

◆ 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>

Definition at line 118 of file ImportForm.h.

118 {std::make_pair(0, 0),
119 std::make_pair(0, 0)};

◆ electricalID

int ParseAnarede::PowerLine::electricalID = 0

Bus, Branch or Group electrical IDs

Definition at line 115 of file ImportForm.h.

◆ id

int ParseAnarede::PowerLine::id = 0

Graphical ID

Definition at line 113 of file ImportForm.h.

◆ nodesPosition

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

Coordinates of the line breaks, if any

Definition at line 120 of file ImportForm.h.

◆ type

ElementTypeAnarede ParseAnarede::PowerLine::type = ANA_LINE

Element type

Definition at line 114 of file ImportForm.h.


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