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

Public Attributes

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

Member Data Documentation

◆ busConnections

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

Branch connection IDs

◆ capSusceptance

double ParseMatpower::BranchData::capSusceptance = 0.0

Branch capacitive susceptance

◆ indReactance

double ParseMatpower::BranchData::indReactance = 0.0

Branch inductive reactance

◆ isOnline

bool ParseMatpower::BranchData::isOnline = true

Element is online

◆ phaseShift

double ParseMatpower::BranchData::phaseShift = 0.0

Transformer phase shift. Positive represents delay

◆ resistance

double ParseMatpower::BranchData::resistance = 0.0

Branch resistance

◆ tap

double ParseMatpower::BranchData::tap = 0.0

Transformer tap. If equal zero the branch is a line element


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