![]() |
Power System Platform
2026w10a-beta
|
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 |
Definition at line 242 of file ImportForm.h.
| std::pair<int, int> ParseMatpower::BranchData::busConnections = std::make_pair(0, 0) |
Branch connection IDs
Definition at line 243 of file ImportForm.h.
| double ParseMatpower::BranchData::capSusceptance = 0.0 |
Branch capacitive susceptance
Definition at line 246 of file ImportForm.h.
| double ParseMatpower::BranchData::indReactance = 0.0 |
Branch inductive reactance
Definition at line 245 of file ImportForm.h.
| bool ParseMatpower::BranchData::isOnline = true |
Element is online
Definition at line 249 of file ImportForm.h.
| double ParseMatpower::BranchData::phaseShift = 0.0 |
Transformer phase shift. Positive represents delay
Definition at line 248 of file ImportForm.h.
| double ParseMatpower::BranchData::resistance = 0.0 |
Branch resistance
Definition at line 244 of file ImportForm.h.
| 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.