|
Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
|
Result of a GFM tuning search. More...
#include <Tuning_assistant.h>

Public Attributes | |
| bool | found = false |
| double | Kdroop_P_best = 0.0 |
| double | Kdroop_Q_best = 0.0 |
| double | Kdroop_P_nominal = 0.0 |
| double | Kdroop_Q_nominal = 0.0 |
| CertificateSweep | before |
| CertificateSweep | after |
| std::vector< GfmTuningSample > | samples |
| std::string | message |
Result of a GFM tuning search.
| CertificateSweep GfmTuningResult::after |
Referenced by example_certificate_figures(), reportGfmTuning(), and tuneGfmDroops().
| CertificateSweep GfmTuningResult::before |
Referenced by example_certificate_figures(), reportGfmTuning(), and tuneGfmDroops().
| bool GfmTuningResult::found = false |
Referenced by tuneGfmDroops().
| double GfmTuningResult::Kdroop_P_best = 0.0 |
Referenced by tuneGfmDroops().
| double GfmTuningResult::Kdroop_P_nominal = 0.0 |
Referenced by reportGfmTuning(), and tuneGfmDroops().
| double GfmTuningResult::Kdroop_Q_best = 0.0 |
Referenced by tuneGfmDroops().
| double GfmTuningResult::Kdroop_Q_nominal = 0.0 |
Referenced by reportGfmTuning(), and tuneGfmDroops().
| std::string GfmTuningResult::message |
Referenced by reportGfmTuning(), and tuneGfmDroops().
| std::vector<GfmTuningSample> GfmTuningResult::samples |
Referenced by tuneGfmDroops().