|
Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
|
Side-by-side local vs system certificate comparison. More...
#include <Local_vs_system.h>

Public Attributes | |
| CertificateSweep | local |
| CertificateSweep | system_H |
| bool | local_pass = false |
| bool | system_pass = false |
| bool | consistent = false |
| Both agree (both pass or both fail). | |
| std::string | message |
Side-by-side local vs system certificate comparison.
| bool LocalVsSystemResult::consistent = false |
Both agree (both pass or both fail).
Referenced by compareLocalVsSystem().
| CertificateSweep LocalVsSystemResult::local |
Referenced by compareLocalVsSystem(), and reportLocalVsSystem().
| bool LocalVsSystemResult::local_pass = false |
Referenced by compareLocalVsSystem().
| std::string LocalVsSystemResult::message |
Referenced by compareLocalVsSystem(), and reportLocalVsSystem().
| CertificateSweep LocalVsSystemResult::system_H |
Referenced by compareLocalVsSystem(), example_certificate_figures(), and reportLocalVsSystem().
| bool LocalVsSystemResult::system_pass = false |
Referenced by compareLocalVsSystem().