![]() |
Power System Platform
2024w23a
|
#include "PropertiesFormBase.h"#include <wx/geometry.h>#include <wx/msgdlg.h>#include <wx/textfile.h>#include <wx/tokenzr.h>#include <bitset>#include <complex>
Classes | |
| class | ImportForm |
| Form to import other programs files to PSP. More... | |
| class | ParseAnarede |
| Class responsible to parse ANAREDE files to import data to PSP. More... | |
| struct | ParseAnarede::Component |
| struct | ParseAnarede::PowerLine |
| struct | ParseAnarede::BusData |
| struct | ParseAnarede::BranchData |
| struct | ParseAnarede::IndElementData |
| struct | ParseAnarede::IndGenData |
| class | ParseMatpower |
| struct | ParseMatpower::BusData |
| struct | ParseMatpower::GenData |
| struct | ParseMatpower::BranchData |
Enumerations | |
| enum | ElementTypeAnarede { ANA_BUS = 1 , ANA_GENERATOR = 4 , ANA_LOAD = 5 , ANA_SHUNT = 6 , ANA_MIT = 7 , ANA_TRANSFORMER = 9 , ANA_LINE = 14 , ANA_IND_LOAD = 22 , ANA_IND_SHUNT = 23 , ANA_IND_GENERATOR = 24 } |
| enum ElementTypeAnarede |
| Enumerator | |
|---|---|
| ANA_BUS | |
| ANA_GENERATOR | Generator |
| ANA_LOAD | |
| ANA_SHUNT | Shunt element |
| ANA_MIT | Induction motor |
| ANA_TRANSFORMER | |
| ANA_LINE | Power line |
| ANA_IND_LOAD | Independent load |
| ANA_IND_SHUNT | Independent shunt element |
| ANA_IND_GENERATOR | Independent generator |