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


Public Attributes | |
| double | minReactivePower = -9999.0 |
| double | maxReactivePower = 99999.0 |
| double | xt = 1.0 |
| double | xd = 1.0 |
| double | xq = 1.0 |
| double | xl = 1.0 |
| double | ratedPower = 100.0 |
Public Attributes inherited from ParseAnarede::IndElementData | |
| 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 157 of file ImportForm.h.
| double ParseAnarede::IndGenData::maxReactivePower = 99999.0 |
Maximum reactive power
Definition at line 159 of file ImportForm.h.
| double ParseAnarede::IndGenData::minReactivePower = -9999.0 |
Minimal reactive power
Definition at line 158 of file ImportForm.h.
| double ParseAnarede::IndGenData::ratedPower = 100.0 |
Rated power of each generator
Definition at line 164 of file ImportForm.h.
| double ParseAnarede::IndGenData::xd = 1.0 |
Synchronous direct-axis reactance of each generator
Definition at line 161 of file ImportForm.h.
| double ParseAnarede::IndGenData::xl = 1.0 |
Leakage reactance of each generator
Definition at line 163 of file ImportForm.h.
| double ParseAnarede::IndGenData::xq = 1.0 |
Synchronous quadrature-axis reactance of each generator
Definition at line 162 of file ImportForm.h.
| double ParseAnarede::IndGenData::xt = 1.0 |
Transformer reactance of each generator
Definition at line 160 of file ImportForm.h.