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

Public Attributes

int id = 0
 
ElementTypeAnarede type = ANA_LINE
 
std::pair< int, int > busConnections = std::make_pair(0, 0)
 
bool isOnline = true
 
double resistance = 0.0
 
double indReactance = 0.0
 
double capSusceptance = 0.0
 
double tap = 0.0
 
double phaseShift = 0.0
 

Member Data Documentation

◆ busConnections

std::pair<int, int> ParseAnarede::BranchData::busConnections = std::make_pair(0, 0)

Branch connection IDs

◆ capSusceptance

double ParseAnarede::BranchData::capSusceptance = 0.0

Branch capacitive susceptance

◆ id

int ParseAnarede::BranchData::id = 0

Branch electrical ID

◆ indReactance

double ParseAnarede::BranchData::indReactance = 0.0

Branch inductive reactance

◆ isOnline

bool ParseAnarede::BranchData::isOnline = true

Element is online

◆ phaseShift

double ParseAnarede::BranchData::phaseShift = 0.0

Transformer phase shift

◆ resistance

double ParseAnarede::BranchData::resistance = 0.0

Branch resistance

◆ tap

double ParseAnarede::BranchData::tap = 0.0

◆ type

ElementTypeAnarede ParseAnarede::BranchData::type = ANA_LINE

Element type


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