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

Public Attributes

int id = 0
 
ElementTypeAnarede type = ANA_BUS
 
double length = 0.0
 
int rotationID = 0
 
wxPoint2DDouble position
 
int electricalID = 0
 
std::pair< int, int > busConnectionID [2]
 
std::pair< int, int > busConnectionNode [2]
 

Member Data Documentation

◆ busConnectionID

std::pair<int, int> ParseAnarede::Component::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::Component::busConnectionNode[2]
Initial value:
= {std::make_pair(0, 0),
std::make_pair(0, 0)}

In the form <graphicalBusID,nodeID>

◆ electricalID

int ParseAnarede::Component::electricalID = 0

Bus, Branch or Group electrical IDs

◆ id

int ParseAnarede::Component::id = 0

Graphical ID

◆ length

double ParseAnarede::Component::length = 0.0

Element lenght (only buses)

◆ position

wxPoint2DDouble ParseAnarede::Component::position

X and Y coordinates

◆ rotationID

int ParseAnarede::Component::rotationID = 0

Rotation ID (0, 1, 2 or 4)

◆ type

ElementTypeAnarede ParseAnarede::Component::type = ANA_BUS

Element type


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