![]() |
Power System Platform
2026w10a-beta
|
Public Attributes | |
| int | busID = 0 |
| double | pg = 0.0 |
| double | qg = 0.0 |
| double | maxReactivePower = 99999.0 |
| double | minReactivePower = -9999.0 |
| double | baseMVA = 100 |
| bool | isOnline = true |
Definition at line 233 of file ImportForm.h.
| double ParseMatpower::GenData::baseMVA = 100 |
Generator power base (MVA)
Definition at line 239 of file ImportForm.h.
| int ParseMatpower::GenData::busID = 0 |
Bus electrical ID
Definition at line 234 of file ImportForm.h.
| bool ParseMatpower::GenData::isOnline = true |
Machine status (> 0 = machine in-service; <= 0 = machine out-of-service)
Definition at line 240 of file ImportForm.h.
| double ParseMatpower::GenData::maxReactivePower = 99999.0 |
Maximum reactive power (MVAr)
Definition at line 237 of file ImportForm.h.
| double ParseMatpower::GenData::minReactivePower = -9999.0 |
Minimal reactive power (MVAr)
Definition at line 238 of file ImportForm.h.
| double ParseMatpower::GenData::pg = 0.0 |
Real power output (MW)
Definition at line 235 of file ImportForm.h.
| double ParseMatpower::GenData::qg = 0.0 |
Reactive power output (MVAr)
Definition at line 236 of file ImportForm.h.