![]() |
Power System Platform
2026w10a-beta
|
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 |
Definition at line 138 of file ImportForm.h.
| std::pair<int, int> ParseAnarede::BranchData::busConnections = std::make_pair(0, 0) |
Branch connection IDs
Definition at line 141 of file ImportForm.h.
| double ParseAnarede::BranchData::capSusceptance = 0.0 |
Branch capacitive susceptance
Definition at line 145 of file ImportForm.h.
| int ParseAnarede::BranchData::id = 0 |
Branch electrical ID
Definition at line 139 of file ImportForm.h.
| double ParseAnarede::BranchData::indReactance = 0.0 |
Branch inductive reactance
Definition at line 144 of file ImportForm.h.
| bool ParseAnarede::BranchData::isOnline = true |
Element is online
Definition at line 142 of file ImportForm.h.
| double ParseAnarede::BranchData::phaseShift = 0.0 |
Transformer phase shift
Definition at line 147 of file ImportForm.h.
| double ParseAnarede::BranchData::resistance = 0.0 |
Branch resistance
Definition at line 143 of file ImportForm.h.
| double ParseAnarede::BranchData::tap = 0.0 |
Transformer tap
Definition at line 146 of file ImportForm.h.
| ElementTypeAnarede ParseAnarede::BranchData::type = ANA_LINE |
Element type
Definition at line 140 of file ImportForm.h.