Power System Platform  2026w10a-beta
Loading...
Searching...
No Matches
PropertiesData.h File Reference
#include "../elements/Element.h"
#include "../elements/powerElement/PowerElement.h"
#include "wx/language.h"

Go to the source code of this file.

Classes

struct  SimulationData
 
struct  GeneralData
 
struct  FreqResponseData
 
class  PropertiesData
 General and simulation data manager. More...
 

Enumerations

enum  PowerFlowMethod { NEWTON_RAPHSON = 0 , GAUSS_SEIDEL , GAUSS_NEWTON }
 
enum  GUITheme { THEME_LIGHT = 0 , THEME_DARK }
 
enum class  HarmLoadConnection { PARALLEL = 0 , SERIES , DISCONNECTED }
 
enum class  PlotLib { wxMATH_PLOT = 0 , wxCHART_DIR = 1 }
 
enum class  BusFreqEstimation { ANGLE_DERIVATION = 0 , WASHOUT_FILTER = 1 }
 

Enumeration Type Documentation

◆ BusFreqEstimation

enum class BusFreqEstimation
strong

Definition at line 29 of file PropertiesData.h.

29{ ANGLE_DERIVATION = 0, WASHOUT_FILTER = 1};

◆ GUITheme

enum GUITheme

Definition at line 26 of file PropertiesData.h.

26{ THEME_LIGHT = 0, THEME_DARK };

◆ HarmLoadConnection

enum class HarmLoadConnection
strong

Definition at line 27 of file PropertiesData.h.

27{ PARALLEL = 0, SERIES, DISCONNECTED };

◆ PlotLib

enum class PlotLib
strong

Definition at line 28 of file PropertiesData.h.

28{ wxMATH_PLOT = 0, wxCHART_DIR = 1 };

◆ PowerFlowMethod

enum PowerFlowMethod

Definition at line 25 of file PropertiesData.h.

25{ NEWTON_RAPHSON = 0, GAUSS_SEIDEL, GAUSS_NEWTON };