1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
|
var hierarchy =
[
[ "BusElectricalData", "struct_bus_electrical_data.html", null ],
[ "Camera", "class_camera.html", null ],
[ "CapacitorElectricalData", "struct_capacitor_electrical_data.html", null ],
[ "ControlElementContainer", "class_control_element_container.html", null ],
[ "ControlElementSolver", "class_control_element_solver.html", null ],
[ "ElectricCalculation", "class_electric_calculation.html", [
[ "Electromechanical", "class_electromechanical.html", null ],
[ "Fault", "class_fault.html", null ],
[ "PowerFlow", "class_power_flow.html", null ]
] ],
[ "Element", "class_element.html", [
[ "ControlElement", "class_control_element.html", [
[ "ConnectionLine", "class_connection_line.html", null ],
[ "Constant", "class_constant.html", null ],
[ "Exponential", "class_exponential.html", null ],
[ "Gain", "class_gain.html", null ],
[ "IOControl", "class_i_o_control.html", null ],
[ "Limiter", "class_limiter.html", null ],
[ "Multiplier", "class_multiplier.html", null ],
[ "RateLimiter", "class_rate_limiter.html", null ],
[ "Sum", "class_sum.html", null ],
[ "TransferFunction", "class_transfer_function.html", null ]
] ],
[ "GraphicalElement", "class_graphical_element.html", [
[ "Text", "class_text.html", null ]
] ],
[ "PowerElement", "class_power_element.html", [
[ "Branch", "class_branch.html", [
[ "Line", "class_line.html", null ],
[ "Transformer", "class_transformer.html", null ]
] ],
[ "Bus", "class_bus.html", null ],
[ "Machines", "class_machines.html", [
[ "IndMotor", "class_ind_motor.html", null ],
[ "SyncGenerator", "class_sync_generator.html", null ],
[ "SyncMotor", "class_sync_motor.html", null ]
] ],
[ "Shunt", "class_shunt.html", [
[ "Capacitor", "class_capacitor.html", null ],
[ "Inductor", "class_inductor.html", null ],
[ "Load", "class_load.html", null ]
] ]
] ]
] ],
[ "ElementPlotData", "class_element_plot_data.html", null ],
[ "ElementsLists", "struct_elements_lists.html", null ],
[ "FileHanding", "class_file_handing.html", null ],
[ "GeneralData", "struct_general_data.html", null ],
[ "IndMotorElectricalData", "struct_ind_motor_electrical_data.html", null ],
[ "InductorElectricalData", "struct_inductor_electrical_data.html", null ],
[ "IntegrationConstant", "struct_integration_constant.html", null ],
[ "LineElectricalData", "struct_line_electrical_data.html", null ],
[ "LoadElectricalData", "struct_load_electrical_data.html", null ],
[ "Node", "class_node.html", null ],
[ "OpenGLColour", "class_open_g_l_colour.html", null ],
[ "PropertiesData", "class_properties_data.html", null ],
[ "ReactiveLimits", "struct_reactive_limits.html", null ],
[ "SimulationData", "struct_simulation_data.html", null ],
[ "TransferFunction::SpaceState", "struct_transfer_function_1_1_space_state.html", null ],
[ "SwitchingData", "struct_switching_data.html", null ],
[ "SyncGeneratorElectricalData", "struct_sync_generator_electrical_data.html", null ],
[ "SyncMachineModelData", "struct_sync_machine_model_data.html", null ],
[ "SyncMotorElectricalData", "struct_sync_motor_electrical_data.html", null ],
[ "TextGLDrawable", "class_text_g_l_drawable.html", [
[ "wxGLString", "classwx_g_l_string.html", [
[ "wxGLNumberRenderer", "classwx_g_l_number_renderer.html", null ]
] ]
] ],
[ "TextTexture", "class_text_texture.html", null ],
[ "TransformerElectricalData", "struct_transformer_electrical_data.html", null ],
[ "wxApp", null, [
[ "MainApp", "class_main_app.html", null ]
] ],
[ "wxDataObjectSimple", null, [
[ "ElementDataObject", "class_element_data_object.html", null ]
] ],
[ "wxDialog", null, [
[ "AboutFormBase", "class_about_form_base.html", [
[ "AboutForm", "class_about_form.html", null ]
] ],
[ "BusFormBase", "class_bus_form_base.html", [
[ "BusForm", "class_bus_form.html", null ]
] ],
[ "ConstantFormBase", "class_constant_form_base.html", [
[ "ConstantForm", "class_constant_form.html", null ]
] ],
[ "ControlSystemTestBase", "class_control_system_test_base.html", [
[ "ControlSystemTest", "class_control_system_test.html", null ]
] ],
[ "ExponentialFormBase", "class_exponential_form_base.html", [
[ "ExponentialForm", "class_exponential_form.html", null ]
] ],
[ "GainFormBase", "class_gain_form_base.html", [
[ "GainForm", "class_gain_form.html", null ]
] ],
[ "GeneralPropertiesFormBase", "class_general_properties_form_base.html", [
[ "GeneralPropertiesForm", "class_general_properties_form.html", null ]
] ],
[ "GeneratorStabFormBase", "class_generator_stab_form_base.html", [
[ "GeneratorStabForm", "class_generator_stab_form.html", null ]
] ],
[ "IndMotorFormBase", "class_ind_motor_form_base.html", [
[ "IndMotorForm", "class_ind_motor_form.html", null ]
] ],
[ "IOControlFormBase", "class_i_o_control_form_base.html", [
[ "IOControlForm", "class_i_o_control_form.html", null ]
] ],
[ "LimiterFormBase", "class_limiter_form_base.html", [
[ "LimiterForm", "class_limiter_form.html", null ]
] ],
[ "LineFormBase", "class_line_form_base.html", [
[ "LineForm", "class_line_form.html", null ]
] ],
[ "LoadFormBase", "class_load_form_base.html", [
[ "LoadForm", "class_load_form.html", null ]
] ],
[ "RateLimiterFormBase", "class_rate_limiter_form_base.html", [
[ "RateLimiterForm", "class_rate_limiter_form.html", null ]
] ],
[ "ReactiveShuntElementFormBase", "class_reactive_shunt_element_form_base.html", [
[ "ReactiveShuntElementForm", "class_reactive_shunt_element_form.html", null ]
] ],
[ "SimulationsSettingsFormBase", "class_simulations_settings_form_base.html", [
[ "SimulationsSettingsForm", "class_simulations_settings_form.html", null ]
] ],
[ "SumFormBase", "class_sum_form_base.html", [
[ "SumForm", "class_sum_form.html", null ]
] ],
[ "SwitchingFormBase", "class_switching_form_base.html", [
[ "SwitchingForm", "class_switching_form.html", null ]
] ],
[ "SyncMachineFormBase", "class_sync_machine_form_base.html", [
[ "SyncMachineForm", "class_sync_machine_form.html", null ]
] ],
[ "TextFormBase", "class_text_form_base.html", [
[ "TextForm", "class_text_form.html", null ]
] ],
[ "TransferFunctionFormBase", "class_transfer_function_form_base.html", [
[ "TransferFunctionForm", "class_transfer_function_form.html", null ]
] ],
[ "TransformerFormBase", "class_transformer_form_base.html", [
[ "TransformerForm", "class_transformer_form.html", null ]
] ]
] ],
[ "wxFrame", null, [
[ "ChartViewBase", "class_chart_view_base.html", [
[ "ChartView", "class_chart_view.html", null ]
] ],
[ "ControlEditorBase", "class_control_editor_base.html", [
[ "ControlEditor", "class_control_editor.html", null ]
] ],
[ "DataReportBase", "class_data_report_base.html", [
[ "DataReport", "class_data_report.html", null ]
] ],
[ "MainFrameBase", "class_main_frame_base.html", [
[ "MainFrame", "class_main_frame.html", null ]
] ]
] ],
[ "wxGLStringArray", "classwx_g_l_string_array.html", null ],
[ "wxPanel", null, [
[ "WorkspaceBase", "class_workspace_base.html", [
[ "Workspace", "class_workspace.html", null ]
] ]
] ],
[ "wxRibbonMSWArtProvider", null, [
[ "wxRibbonMetroArtProvider", "classwx_ribbon_metro_art_provider.html", null ]
] ],
[ "wxString", null, [
[ "wxGLString", "classwx_g_l_string.html", null ]
] ],
[ "wxTreeItemData", null, [
[ "PlotData", "class_plot_data.html", null ]
] ],
[ "wxWindow", null, [
[ "ControlElementButton", "class_control_element_button.html", null ]
] ]
];
|