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

Detailed Description

Definition at line 138 of file ImportForm.h.

Member Data Documentation

◆ busConnections

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

Branch connection IDs

Definition at line 141 of file ImportForm.h.

◆ capSusceptance

double ParseAnarede::BranchData::capSusceptance = 0.0

Branch capacitive susceptance

Definition at line 145 of file ImportForm.h.

◆ id

int ParseAnarede::BranchData::id = 0

Branch electrical ID

Definition at line 139 of file ImportForm.h.

◆ indReactance

double ParseAnarede::BranchData::indReactance = 0.0

Branch inductive reactance

Definition at line 144 of file ImportForm.h.

◆ isOnline

bool ParseAnarede::BranchData::isOnline = true

Element is online

Definition at line 142 of file ImportForm.h.

◆ phaseShift

double ParseAnarede::BranchData::phaseShift = 0.0

Transformer phase shift

Definition at line 147 of file ImportForm.h.

◆ resistance

double ParseAnarede::BranchData::resistance = 0.0

Branch resistance

Definition at line 143 of file ImportForm.h.

◆ tap

double ParseAnarede::BranchData::tap = 0.0

Transformer tap

Definition at line 146 of file ImportForm.h.

◆ type

ElementTypeAnarede ParseAnarede::BranchData::type = ANA_LINE

Element type

Definition at line 140 of file ImportForm.h.


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