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

Detailed Description

Definition at line 242 of file ImportForm.h.

Member Data Documentation

◆ busConnections

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

Branch connection IDs

Definition at line 243 of file ImportForm.h.

◆ capSusceptance

double ParseMatpower::BranchData::capSusceptance = 0.0

Branch capacitive susceptance

Definition at line 246 of file ImportForm.h.

◆ indReactance

double ParseMatpower::BranchData::indReactance = 0.0

Branch inductive reactance

Definition at line 245 of file ImportForm.h.

◆ isOnline

bool ParseMatpower::BranchData::isOnline = true

Element is online

Definition at line 249 of file ImportForm.h.

◆ phaseShift

double ParseMatpower::BranchData::phaseShift = 0.0

Transformer phase shift. Positive represents delay

Definition at line 248 of file ImportForm.h.

◆ resistance

double ParseMatpower::BranchData::resistance = 0.0

Branch resistance

Definition at line 244 of file ImportForm.h.

◆ tap

double ParseMatpower::BranchData::tap = 0.0

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

Definition at line 247 of file ImportForm.h.


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