![]() |
Power System Platform
2026w10a-beta
|

Public Attributes | |
| int | id = 0 |
| int | busConnection = 0 |
| ElementTypeAnarede | type = ANA_IND_GENERATOR |
| bool | isOnline = true |
| std::complex< double > | power = std::complex<double>(0, 0) |
| int | numUnits = 0 |
Definition at line 149 of file ImportForm.h.
| int ParseAnarede::IndElementData::busConnection = 0 |
Branch connection ID
Definition at line 151 of file ImportForm.h.
| int ParseAnarede::IndElementData::id = 0 |
Group electrical ID
Definition at line 150 of file ImportForm.h.
| bool ParseAnarede::IndElementData::isOnline = true |
Element is online
Definition at line 153 of file ImportForm.h.
| int ParseAnarede::IndElementData::numUnits = 0 |
Number of unities
Definition at line 155 of file ImportForm.h.
| std::complex<double> ParseAnarede::IndElementData::power = std::complex<double>(0, 0) |
Element power
Definition at line 154 of file ImportForm.h.
| ElementTypeAnarede ParseAnarede::IndElementData::type = ANA_IND_GENERATOR |
Element type
Definition at line 152 of file ImportForm.h.