power-grid-model 1.12.57__py3-none-win_amd64.whl → 1.12.59__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of power-grid-model might be problematic. Click here for more details.

Files changed (59) hide show
  1. power_grid_model/__init__.py +54 -54
  2. power_grid_model/_core/__init__.py +3 -3
  3. power_grid_model/_core/buffer_handling.py +493 -493
  4. power_grid_model/_core/data_handling.py +141 -141
  5. power_grid_model/_core/data_types.py +132 -132
  6. power_grid_model/_core/dataset_definitions.py +109 -109
  7. power_grid_model/_core/enum.py +226 -226
  8. power_grid_model/_core/error_handling.py +206 -206
  9. power_grid_model/_core/errors.py +130 -130
  10. power_grid_model/_core/index_integer.py +17 -17
  11. power_grid_model/_core/options.py +71 -71
  12. power_grid_model/_core/power_grid_core.py +563 -563
  13. power_grid_model/_core/power_grid_dataset.py +535 -535
  14. power_grid_model/_core/power_grid_meta.py +243 -243
  15. power_grid_model/_core/power_grid_model.py +686 -686
  16. power_grid_model/_core/power_grid_model_c/__init__.py +3 -3
  17. power_grid_model/_core/power_grid_model_c/bin/power_grid_model_c.dll +0 -0
  18. power_grid_model/_core/power_grid_model_c/get_pgm_dll_path.py +63 -63
  19. power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/basics.h +255 -255
  20. power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/buffer.h +108 -108
  21. power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/dataset.h +316 -316
  22. power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/dataset_definitions.h +1052 -1052
  23. power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/handle.h +99 -99
  24. power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/meta_data.h +189 -189
  25. power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/model.h +125 -125
  26. power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/options.h +142 -142
  27. power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/serialization.h +118 -118
  28. power_grid_model/_core/power_grid_model_c/include/power_grid_model_c.h +36 -36
  29. power_grid_model/_core/power_grid_model_c/include/power_grid_model_cpp/basics.hpp +65 -65
  30. power_grid_model/_core/power_grid_model_c/include/power_grid_model_cpp/buffer.hpp +61 -61
  31. power_grid_model/_core/power_grid_model_c/include/power_grid_model_cpp/dataset.hpp +220 -220
  32. power_grid_model/_core/power_grid_model_c/include/power_grid_model_cpp/handle.hpp +108 -108
  33. power_grid_model/_core/power_grid_model_c/include/power_grid_model_cpp/meta_data.hpp +84 -84
  34. power_grid_model/_core/power_grid_model_c/include/power_grid_model_cpp/model.hpp +63 -63
  35. power_grid_model/_core/power_grid_model_c/include/power_grid_model_cpp/options.hpp +52 -52
  36. power_grid_model/_core/power_grid_model_c/include/power_grid_model_cpp/serialization.hpp +124 -124
  37. power_grid_model/_core/power_grid_model_c/include/power_grid_model_cpp/utils.hpp +81 -81
  38. power_grid_model/_core/power_grid_model_c/include/power_grid_model_cpp.hpp +19 -19
  39. power_grid_model/_core/power_grid_model_c/lib/cmake/power_grid_model/power_grid_modelConfigVersion.cmake +3 -3
  40. power_grid_model/_core/serialization.py +317 -317
  41. power_grid_model/_core/typing.py +20 -20
  42. power_grid_model/_core/utils.py +798 -798
  43. power_grid_model/data_types.py +321 -321
  44. power_grid_model/enum.py +27 -27
  45. power_grid_model/errors.py +37 -37
  46. power_grid_model/typing.py +43 -43
  47. power_grid_model/utils.py +473 -473
  48. power_grid_model/validation/__init__.py +25 -25
  49. power_grid_model/validation/_rules.py +1171 -1171
  50. power_grid_model/validation/_validation.py +1172 -1172
  51. power_grid_model/validation/assertions.py +93 -93
  52. power_grid_model/validation/errors.py +602 -602
  53. power_grid_model/validation/utils.py +313 -313
  54. {power_grid_model-1.12.57.dist-info → power_grid_model-1.12.59.dist-info}/METADATA +1 -1
  55. power_grid_model-1.12.59.dist-info/RECORD +65 -0
  56. power_grid_model-1.12.57.dist-info/RECORD +0 -65
  57. {power_grid_model-1.12.57.dist-info → power_grid_model-1.12.59.dist-info}/WHEEL +0 -0
  58. {power_grid_model-1.12.57.dist-info → power_grid_model-1.12.59.dist-info}/entry_points.txt +0 -0
  59. {power_grid_model-1.12.57.dist-info → power_grid_model-1.12.59.dist-info}/licenses/LICENSE +0 -0
@@ -1,1052 +1,1052 @@
1
- // SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
2
- //
3
- // SPDX-License-Identifier: MPL-2.0
4
-
5
- // This header file is automatically generated. DO NOT modify it manually!
6
-
7
- // clang-format off
8
-
9
- /**
10
- * @brief header file which includes helper extern global variables of meta data pointers
11
- * to all datasets, compoments, and attributes
12
- *
13
- */
14
-
15
- #pragma once
16
- #ifndef POWER_GRID_MODEL_C_DATASET_DEFINITIONS_H
17
- #define POWER_GRID_MODEL_C_DATASET_DEFINITIONS_H
18
-
19
- #include "basics.h"
20
-
21
- #ifdef __cplusplus
22
- extern "C" {
23
- #endif
24
-
25
- // dataset input
26
- PGM_API extern PGM_MetaDataset const* const PGM_def_input;
27
- // components of input
28
- // component node
29
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_node;
30
- // attributes of input node
31
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_node_id;
32
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_node_u_rated;
33
- // component line
34
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_line;
35
- // attributes of input line
36
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_id;
37
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_from_node;
38
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_to_node;
39
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_from_status;
40
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_to_status;
41
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_r1;
42
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_x1;
43
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_c1;
44
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_tan1;
45
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_r0;
46
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_x0;
47
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_c0;
48
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_tan0;
49
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_i_n;
50
- // component asym_line
51
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_asym_line;
52
- // attributes of input asym_line
53
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_id;
54
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_from_node;
55
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_to_node;
56
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_from_status;
57
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_to_status;
58
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_aa;
59
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_ba;
60
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_bb;
61
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_ca;
62
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_cb;
63
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_cc;
64
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_na;
65
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_nb;
66
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_nc;
67
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_nn;
68
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_aa;
69
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_ba;
70
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_bb;
71
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_ca;
72
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_cb;
73
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_cc;
74
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_na;
75
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_nb;
76
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_nc;
77
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_nn;
78
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c_aa;
79
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c_ba;
80
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c_bb;
81
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c_ca;
82
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c_cb;
83
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c_cc;
84
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c0;
85
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c1;
86
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_i_n;
87
- // component link
88
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_link;
89
- // attributes of input link
90
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_link_id;
91
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_link_from_node;
92
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_link_to_node;
93
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_link_from_status;
94
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_link_to_status;
95
- // component generic_branch
96
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_generic_branch;
97
- // attributes of input generic_branch
98
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_id;
99
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_from_node;
100
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_to_node;
101
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_from_status;
102
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_to_status;
103
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_r1;
104
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_x1;
105
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_g1;
106
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_b1;
107
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_k;
108
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_theta;
109
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_sn;
110
- // component transformer
111
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_transformer;
112
- // attributes of input transformer
113
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_id;
114
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_from_node;
115
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_to_node;
116
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_from_status;
117
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_to_status;
118
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_u1;
119
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_u2;
120
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_sn;
121
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_uk;
122
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_pk;
123
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_i0;
124
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_p0;
125
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_winding_from;
126
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_winding_to;
127
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_clock;
128
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_side;
129
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_pos;
130
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_min;
131
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_max;
132
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_nom;
133
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_size;
134
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_uk_min;
135
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_uk_max;
136
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_pk_min;
137
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_pk_max;
138
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_r_grounding_from;
139
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_x_grounding_from;
140
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_r_grounding_to;
141
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_x_grounding_to;
142
- // component transformer_tap_regulator
143
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_transformer_tap_regulator;
144
- // attributes of input transformer_tap_regulator
145
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_id;
146
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_regulated_object;
147
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_status;
148
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_control_side;
149
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_u_set;
150
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_u_band;
151
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_line_drop_compensation_r;
152
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_line_drop_compensation_x;
153
- // component three_winding_transformer
154
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_three_winding_transformer;
155
- // attributes of input three_winding_transformer
156
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_id;
157
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_node_1;
158
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_node_2;
159
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_node_3;
160
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_status_1;
161
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_status_2;
162
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_status_3;
163
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_u1;
164
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_u2;
165
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_u3;
166
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_sn_1;
167
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_sn_2;
168
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_sn_3;
169
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_12;
170
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_13;
171
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_23;
172
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_12;
173
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_13;
174
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_23;
175
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_i0;
176
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_p0;
177
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_winding_1;
178
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_winding_2;
179
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_winding_3;
180
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_clock_12;
181
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_clock_13;
182
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_tap_side;
183
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_tap_pos;
184
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_tap_min;
185
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_tap_max;
186
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_tap_nom;
187
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_tap_size;
188
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_12_min;
189
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_12_max;
190
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_13_min;
191
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_13_max;
192
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_23_min;
193
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_23_max;
194
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_12_min;
195
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_12_max;
196
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_13_min;
197
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_13_max;
198
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_23_min;
199
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_23_max;
200
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_r_grounding_1;
201
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_x_grounding_1;
202
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_r_grounding_2;
203
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_x_grounding_2;
204
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_r_grounding_3;
205
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_x_grounding_3;
206
- // component sym_load
207
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_sym_load;
208
- // attributes of input sym_load
209
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_load_id;
210
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_load_node;
211
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_load_status;
212
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_load_type;
213
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_load_p_specified;
214
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_load_q_specified;
215
- // component sym_gen
216
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_sym_gen;
217
- // attributes of input sym_gen
218
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_gen_id;
219
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_gen_node;
220
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_gen_status;
221
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_gen_type;
222
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_gen_p_specified;
223
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_gen_q_specified;
224
- // component asym_load
225
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_asym_load;
226
- // attributes of input asym_load
227
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_load_id;
228
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_load_node;
229
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_load_status;
230
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_load_type;
231
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_load_p_specified;
232
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_load_q_specified;
233
- // component asym_gen
234
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_asym_gen;
235
- // attributes of input asym_gen
236
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_gen_id;
237
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_gen_node;
238
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_gen_status;
239
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_gen_type;
240
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_gen_p_specified;
241
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_gen_q_specified;
242
- // component shunt
243
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_shunt;
244
- // attributes of input shunt
245
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_shunt_id;
246
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_shunt_node;
247
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_shunt_status;
248
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_shunt_g1;
249
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_shunt_b1;
250
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_shunt_g0;
251
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_shunt_b0;
252
- // component source
253
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_source;
254
- // attributes of input source
255
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_id;
256
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_node;
257
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_status;
258
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_u_ref;
259
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_u_ref_angle;
260
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_sk;
261
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_rx_ratio;
262
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_z01_ratio;
263
- // component sym_voltage_sensor
264
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_sym_voltage_sensor;
265
- // attributes of input sym_voltage_sensor
266
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_voltage_sensor_id;
267
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_voltage_sensor_measured_object;
268
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_voltage_sensor_u_sigma;
269
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_voltage_sensor_u_measured;
270
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_voltage_sensor_u_angle_measured;
271
- // component asym_voltage_sensor
272
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_asym_voltage_sensor;
273
- // attributes of input asym_voltage_sensor
274
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_voltage_sensor_id;
275
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_voltage_sensor_measured_object;
276
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_voltage_sensor_u_sigma;
277
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_voltage_sensor_u_measured;
278
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_voltage_sensor_u_angle_measured;
279
- // component sym_power_sensor
280
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_sym_power_sensor;
281
- // attributes of input sym_power_sensor
282
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_id;
283
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_measured_object;
284
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_measured_terminal_type;
285
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_power_sigma;
286
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_p_measured;
287
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_q_measured;
288
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_p_sigma;
289
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_q_sigma;
290
- // component asym_power_sensor
291
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_asym_power_sensor;
292
- // attributes of input asym_power_sensor
293
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_id;
294
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_measured_object;
295
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_measured_terminal_type;
296
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_power_sigma;
297
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_p_measured;
298
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_q_measured;
299
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_p_sigma;
300
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_q_sigma;
301
- // component sym_current_sensor
302
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_sym_current_sensor;
303
- // attributes of input sym_current_sensor
304
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_id;
305
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_measured_object;
306
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_measured_terminal_type;
307
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_angle_measurement_type;
308
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_i_sigma;
309
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_i_angle_sigma;
310
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_i_measured;
311
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_i_angle_measured;
312
- // component asym_current_sensor
313
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_asym_current_sensor;
314
- // attributes of input asym_current_sensor
315
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_id;
316
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_measured_object;
317
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_measured_terminal_type;
318
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_angle_measurement_type;
319
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_i_sigma;
320
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_i_angle_sigma;
321
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_i_measured;
322
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_i_angle_measured;
323
- // component fault
324
- PGM_API extern PGM_MetaComponent const* const PGM_def_input_fault;
325
- // attributes of input fault
326
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_fault_id;
327
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_fault_status;
328
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_fault_fault_type;
329
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_fault_fault_phase;
330
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_fault_fault_object;
331
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_fault_r_f;
332
- PGM_API extern PGM_MetaAttribute const* const PGM_def_input_fault_x_f;
333
- // dataset sym_output
334
- PGM_API extern PGM_MetaDataset const* const PGM_def_sym_output;
335
- // components of sym_output
336
- // component node
337
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_node;
338
- // attributes of sym_output node
339
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_node_id;
340
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_node_energized;
341
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_node_u_pu;
342
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_node_u;
343
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_node_u_angle;
344
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_node_p;
345
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_node_q;
346
- // component line
347
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_line;
348
- // attributes of sym_output line
349
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_id;
350
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_energized;
351
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_loading;
352
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_p_from;
353
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_q_from;
354
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_i_from;
355
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_s_from;
356
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_p_to;
357
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_q_to;
358
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_i_to;
359
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_s_to;
360
- // component link
361
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_link;
362
- // attributes of sym_output link
363
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_id;
364
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_energized;
365
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_loading;
366
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_p_from;
367
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_q_from;
368
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_i_from;
369
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_s_from;
370
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_p_to;
371
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_q_to;
372
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_i_to;
373
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_s_to;
374
- // component transformer
375
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_transformer;
376
- // attributes of sym_output transformer
377
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_id;
378
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_energized;
379
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_loading;
380
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_p_from;
381
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_q_from;
382
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_i_from;
383
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_s_from;
384
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_p_to;
385
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_q_to;
386
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_i_to;
387
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_s_to;
388
- // component generic_branch
389
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_generic_branch;
390
- // attributes of sym_output generic_branch
391
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_id;
392
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_energized;
393
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_loading;
394
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_p_from;
395
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_q_from;
396
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_i_from;
397
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_s_from;
398
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_p_to;
399
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_q_to;
400
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_i_to;
401
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_s_to;
402
- // component asym_line
403
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_asym_line;
404
- // attributes of sym_output asym_line
405
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_id;
406
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_energized;
407
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_loading;
408
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_p_from;
409
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_q_from;
410
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_i_from;
411
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_s_from;
412
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_p_to;
413
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_q_to;
414
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_i_to;
415
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_s_to;
416
- // component transformer_tap_regulator
417
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_transformer_tap_regulator;
418
- // attributes of sym_output transformer_tap_regulator
419
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_tap_regulator_id;
420
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_tap_regulator_energized;
421
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_tap_regulator_tap_pos;
422
- // component three_winding_transformer
423
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_three_winding_transformer;
424
- // attributes of sym_output three_winding_transformer
425
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_id;
426
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_energized;
427
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_loading;
428
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_p_1;
429
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_q_1;
430
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_i_1;
431
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_s_1;
432
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_p_2;
433
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_q_2;
434
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_i_2;
435
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_s_2;
436
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_p_3;
437
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_q_3;
438
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_i_3;
439
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_s_3;
440
- // component sym_load
441
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_sym_load;
442
- // attributes of sym_output sym_load
443
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_load_id;
444
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_load_energized;
445
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_load_p;
446
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_load_q;
447
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_load_i;
448
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_load_s;
449
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_load_pf;
450
- // component sym_gen
451
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_sym_gen;
452
- // attributes of sym_output sym_gen
453
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_gen_id;
454
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_gen_energized;
455
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_gen_p;
456
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_gen_q;
457
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_gen_i;
458
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_gen_s;
459
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_gen_pf;
460
- // component asym_load
461
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_asym_load;
462
- // attributes of sym_output asym_load
463
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_load_id;
464
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_load_energized;
465
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_load_p;
466
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_load_q;
467
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_load_i;
468
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_load_s;
469
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_load_pf;
470
- // component asym_gen
471
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_asym_gen;
472
- // attributes of sym_output asym_gen
473
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_gen_id;
474
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_gen_energized;
475
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_gen_p;
476
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_gen_q;
477
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_gen_i;
478
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_gen_s;
479
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_gen_pf;
480
- // component shunt
481
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_shunt;
482
- // attributes of sym_output shunt
483
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_shunt_id;
484
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_shunt_energized;
485
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_shunt_p;
486
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_shunt_q;
487
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_shunt_i;
488
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_shunt_s;
489
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_shunt_pf;
490
- // component source
491
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_source;
492
- // attributes of sym_output source
493
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_source_id;
494
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_source_energized;
495
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_source_p;
496
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_source_q;
497
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_source_i;
498
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_source_s;
499
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_source_pf;
500
- // component sym_voltage_sensor
501
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_sym_voltage_sensor;
502
- // attributes of sym_output sym_voltage_sensor
503
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_voltage_sensor_id;
504
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_voltage_sensor_energized;
505
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_voltage_sensor_u_residual;
506
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_voltage_sensor_u_angle_residual;
507
- // component asym_voltage_sensor
508
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_asym_voltage_sensor;
509
- // attributes of sym_output asym_voltage_sensor
510
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_voltage_sensor_id;
511
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_voltage_sensor_energized;
512
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_voltage_sensor_u_residual;
513
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_voltage_sensor_u_angle_residual;
514
- // component sym_power_sensor
515
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_sym_power_sensor;
516
- // attributes of sym_output sym_power_sensor
517
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_power_sensor_id;
518
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_power_sensor_energized;
519
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_power_sensor_p_residual;
520
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_power_sensor_q_residual;
521
- // component asym_power_sensor
522
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_asym_power_sensor;
523
- // attributes of sym_output asym_power_sensor
524
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_power_sensor_id;
525
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_power_sensor_energized;
526
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_power_sensor_p_residual;
527
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_power_sensor_q_residual;
528
- // component sym_current_sensor
529
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_sym_current_sensor;
530
- // attributes of sym_output sym_current_sensor
531
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_current_sensor_id;
532
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_current_sensor_energized;
533
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_current_sensor_i_residual;
534
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_current_sensor_i_angle_residual;
535
- // component asym_current_sensor
536
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_asym_current_sensor;
537
- // attributes of sym_output asym_current_sensor
538
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_current_sensor_id;
539
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_current_sensor_energized;
540
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_current_sensor_i_residual;
541
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_current_sensor_i_angle_residual;
542
- // component fault
543
- PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_fault;
544
- // attributes of sym_output fault
545
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_fault_id;
546
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_fault_energized;
547
- // dataset asym_output
548
- PGM_API extern PGM_MetaDataset const* const PGM_def_asym_output;
549
- // components of asym_output
550
- // component node
551
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_node;
552
- // attributes of asym_output node
553
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_node_id;
554
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_node_energized;
555
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_node_u_pu;
556
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_node_u;
557
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_node_u_angle;
558
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_node_p;
559
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_node_q;
560
- // component line
561
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_line;
562
- // attributes of asym_output line
563
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_id;
564
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_energized;
565
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_loading;
566
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_p_from;
567
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_q_from;
568
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_i_from;
569
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_s_from;
570
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_p_to;
571
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_q_to;
572
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_i_to;
573
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_s_to;
574
- // component link
575
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_link;
576
- // attributes of asym_output link
577
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_id;
578
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_energized;
579
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_loading;
580
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_p_from;
581
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_q_from;
582
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_i_from;
583
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_s_from;
584
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_p_to;
585
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_q_to;
586
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_i_to;
587
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_s_to;
588
- // component transformer
589
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_transformer;
590
- // attributes of asym_output transformer
591
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_id;
592
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_energized;
593
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_loading;
594
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_p_from;
595
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_q_from;
596
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_i_from;
597
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_s_from;
598
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_p_to;
599
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_q_to;
600
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_i_to;
601
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_s_to;
602
- // component generic_branch
603
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_generic_branch;
604
- // attributes of asym_output generic_branch
605
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_id;
606
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_energized;
607
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_loading;
608
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_p_from;
609
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_q_from;
610
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_i_from;
611
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_s_from;
612
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_p_to;
613
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_q_to;
614
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_i_to;
615
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_s_to;
616
- // component asym_line
617
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_asym_line;
618
- // attributes of asym_output asym_line
619
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_id;
620
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_energized;
621
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_loading;
622
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_p_from;
623
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_q_from;
624
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_i_from;
625
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_s_from;
626
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_p_to;
627
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_q_to;
628
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_i_to;
629
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_s_to;
630
- // component transformer_tap_regulator
631
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_transformer_tap_regulator;
632
- // attributes of asym_output transformer_tap_regulator
633
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_tap_regulator_id;
634
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_tap_regulator_energized;
635
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_tap_regulator_tap_pos;
636
- // component three_winding_transformer
637
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_three_winding_transformer;
638
- // attributes of asym_output three_winding_transformer
639
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_id;
640
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_energized;
641
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_loading;
642
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_p_1;
643
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_q_1;
644
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_i_1;
645
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_s_1;
646
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_p_2;
647
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_q_2;
648
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_i_2;
649
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_s_2;
650
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_p_3;
651
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_q_3;
652
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_i_3;
653
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_s_3;
654
- // component sym_load
655
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_sym_load;
656
- // attributes of asym_output sym_load
657
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_load_id;
658
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_load_energized;
659
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_load_p;
660
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_load_q;
661
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_load_i;
662
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_load_s;
663
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_load_pf;
664
- // component sym_gen
665
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_sym_gen;
666
- // attributes of asym_output sym_gen
667
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_gen_id;
668
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_gen_energized;
669
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_gen_p;
670
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_gen_q;
671
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_gen_i;
672
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_gen_s;
673
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_gen_pf;
674
- // component asym_load
675
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_asym_load;
676
- // attributes of asym_output asym_load
677
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_load_id;
678
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_load_energized;
679
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_load_p;
680
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_load_q;
681
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_load_i;
682
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_load_s;
683
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_load_pf;
684
- // component asym_gen
685
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_asym_gen;
686
- // attributes of asym_output asym_gen
687
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_gen_id;
688
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_gen_energized;
689
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_gen_p;
690
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_gen_q;
691
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_gen_i;
692
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_gen_s;
693
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_gen_pf;
694
- // component shunt
695
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_shunt;
696
- // attributes of asym_output shunt
697
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_shunt_id;
698
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_shunt_energized;
699
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_shunt_p;
700
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_shunt_q;
701
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_shunt_i;
702
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_shunt_s;
703
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_shunt_pf;
704
- // component source
705
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_source;
706
- // attributes of asym_output source
707
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_source_id;
708
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_source_energized;
709
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_source_p;
710
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_source_q;
711
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_source_i;
712
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_source_s;
713
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_source_pf;
714
- // component sym_voltage_sensor
715
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_sym_voltage_sensor;
716
- // attributes of asym_output sym_voltage_sensor
717
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_voltage_sensor_id;
718
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_voltage_sensor_energized;
719
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_voltage_sensor_u_residual;
720
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_voltage_sensor_u_angle_residual;
721
- // component asym_voltage_sensor
722
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_asym_voltage_sensor;
723
- // attributes of asym_output asym_voltage_sensor
724
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_voltage_sensor_id;
725
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_voltage_sensor_energized;
726
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_voltage_sensor_u_residual;
727
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_voltage_sensor_u_angle_residual;
728
- // component sym_power_sensor
729
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_sym_power_sensor;
730
- // attributes of asym_output sym_power_sensor
731
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_power_sensor_id;
732
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_power_sensor_energized;
733
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_power_sensor_p_residual;
734
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_power_sensor_q_residual;
735
- // component asym_power_sensor
736
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_asym_power_sensor;
737
- // attributes of asym_output asym_power_sensor
738
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_power_sensor_id;
739
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_power_sensor_energized;
740
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_power_sensor_p_residual;
741
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_power_sensor_q_residual;
742
- // component sym_current_sensor
743
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_sym_current_sensor;
744
- // attributes of asym_output sym_current_sensor
745
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_current_sensor_id;
746
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_current_sensor_energized;
747
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_current_sensor_i_residual;
748
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_current_sensor_i_angle_residual;
749
- // component asym_current_sensor
750
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_asym_current_sensor;
751
- // attributes of asym_output asym_current_sensor
752
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_current_sensor_id;
753
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_current_sensor_energized;
754
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_current_sensor_i_residual;
755
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_current_sensor_i_angle_residual;
756
- // component fault
757
- PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_fault;
758
- // attributes of asym_output fault
759
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_fault_id;
760
- PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_fault_energized;
761
- // dataset update
762
- PGM_API extern PGM_MetaDataset const* const PGM_def_update;
763
- // components of update
764
- // component node
765
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_node;
766
- // attributes of update node
767
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_node_id;
768
- // component line
769
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_line;
770
- // attributes of update line
771
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_line_id;
772
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_line_from_status;
773
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_line_to_status;
774
- // component asym_line
775
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_asym_line;
776
- // attributes of update asym_line
777
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_line_id;
778
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_line_from_status;
779
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_line_to_status;
780
- // component link
781
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_link;
782
- // attributes of update link
783
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_link_id;
784
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_link_from_status;
785
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_link_to_status;
786
- // component transformer
787
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_transformer;
788
- // attributes of update transformer
789
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_id;
790
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_from_status;
791
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_to_status;
792
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_tap_pos;
793
- // component transformer_tap_regulator
794
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_transformer_tap_regulator;
795
- // attributes of update transformer_tap_regulator
796
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_tap_regulator_id;
797
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_tap_regulator_status;
798
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_tap_regulator_u_set;
799
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_tap_regulator_u_band;
800
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_tap_regulator_line_drop_compensation_r;
801
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_tap_regulator_line_drop_compensation_x;
802
- // component three_winding_transformer
803
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_three_winding_transformer;
804
- // attributes of update three_winding_transformer
805
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_three_winding_transformer_id;
806
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_three_winding_transformer_status_1;
807
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_three_winding_transformer_status_2;
808
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_three_winding_transformer_status_3;
809
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_three_winding_transformer_tap_pos;
810
- // component sym_load
811
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_sym_load;
812
- // attributes of update sym_load
813
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_load_id;
814
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_load_status;
815
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_load_p_specified;
816
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_load_q_specified;
817
- // component sym_gen
818
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_sym_gen;
819
- // attributes of update sym_gen
820
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_gen_id;
821
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_gen_status;
822
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_gen_p_specified;
823
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_gen_q_specified;
824
- // component asym_load
825
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_asym_load;
826
- // attributes of update asym_load
827
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_load_id;
828
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_load_status;
829
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_load_p_specified;
830
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_load_q_specified;
831
- // component asym_gen
832
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_asym_gen;
833
- // attributes of update asym_gen
834
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_gen_id;
835
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_gen_status;
836
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_gen_p_specified;
837
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_gen_q_specified;
838
- // component shunt
839
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_shunt;
840
- // attributes of update shunt
841
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_shunt_id;
842
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_shunt_status;
843
- // component source
844
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_source;
845
- // attributes of update source
846
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_source_id;
847
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_source_status;
848
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_source_u_ref;
849
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_source_u_ref_angle;
850
- // component sym_voltage_sensor
851
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_sym_voltage_sensor;
852
- // attributes of update sym_voltage_sensor
853
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_voltage_sensor_id;
854
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_voltage_sensor_u_sigma;
855
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_voltage_sensor_u_measured;
856
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_voltage_sensor_u_angle_measured;
857
- // component asym_voltage_sensor
858
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_asym_voltage_sensor;
859
- // attributes of update asym_voltage_sensor
860
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_voltage_sensor_id;
861
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_voltage_sensor_u_sigma;
862
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_voltage_sensor_u_measured;
863
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_voltage_sensor_u_angle_measured;
864
- // component sym_power_sensor
865
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_sym_power_sensor;
866
- // attributes of update sym_power_sensor
867
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_power_sensor_id;
868
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_power_sensor_power_sigma;
869
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_power_sensor_p_measured;
870
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_power_sensor_q_measured;
871
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_power_sensor_p_sigma;
872
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_power_sensor_q_sigma;
873
- // component asym_power_sensor
874
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_asym_power_sensor;
875
- // attributes of update asym_power_sensor
876
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_power_sensor_id;
877
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_power_sensor_power_sigma;
878
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_power_sensor_p_measured;
879
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_power_sensor_q_measured;
880
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_power_sensor_p_sigma;
881
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_power_sensor_q_sigma;
882
- // component sym_current_sensor
883
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_sym_current_sensor;
884
- // attributes of update sym_current_sensor
885
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_current_sensor_id;
886
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_current_sensor_i_sigma;
887
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_current_sensor_i_angle_sigma;
888
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_current_sensor_i_measured;
889
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_current_sensor_i_angle_measured;
890
- // component asym_current_sensor
891
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_asym_current_sensor;
892
- // attributes of update asym_current_sensor
893
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_current_sensor_id;
894
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_current_sensor_i_sigma;
895
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_current_sensor_i_angle_sigma;
896
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_current_sensor_i_measured;
897
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_current_sensor_i_angle_measured;
898
- // component fault
899
- PGM_API extern PGM_MetaComponent const* const PGM_def_update_fault;
900
- // attributes of update fault
901
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_fault_id;
902
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_fault_status;
903
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_fault_fault_type;
904
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_fault_fault_phase;
905
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_fault_fault_object;
906
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_fault_r_f;
907
- PGM_API extern PGM_MetaAttribute const* const PGM_def_update_fault_x_f;
908
- // dataset sc_output
909
- PGM_API extern PGM_MetaDataset const* const PGM_def_sc_output;
910
- // components of sc_output
911
- // component node
912
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_node;
913
- // attributes of sc_output node
914
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_node_id;
915
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_node_energized;
916
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_node_u_pu;
917
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_node_u;
918
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_node_u_angle;
919
- // component line
920
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_line;
921
- // attributes of sc_output line
922
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_line_id;
923
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_line_energized;
924
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_line_i_from;
925
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_line_i_from_angle;
926
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_line_i_to;
927
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_line_i_to_angle;
928
- // component link
929
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_link;
930
- // attributes of sc_output link
931
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_link_id;
932
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_link_energized;
933
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_link_i_from;
934
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_link_i_from_angle;
935
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_link_i_to;
936
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_link_i_to_angle;
937
- // component transformer
938
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_transformer;
939
- // attributes of sc_output transformer
940
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_transformer_id;
941
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_transformer_energized;
942
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_transformer_i_from;
943
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_transformer_i_from_angle;
944
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_transformer_i_to;
945
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_transformer_i_to_angle;
946
- // component asym_line
947
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_asym_line;
948
- // attributes of sc_output asym_line
949
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_line_id;
950
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_line_energized;
951
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_line_i_from;
952
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_line_i_from_angle;
953
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_line_i_to;
954
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_line_i_to_angle;
955
- // component three_winding_transformer
956
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_three_winding_transformer;
957
- // attributes of sc_output three_winding_transformer
958
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_id;
959
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_energized;
960
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_i_1;
961
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_i_1_angle;
962
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_i_2;
963
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_i_2_angle;
964
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_i_3;
965
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_i_3_angle;
966
- // component sym_load
967
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_sym_load;
968
- // attributes of sc_output sym_load
969
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_load_id;
970
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_load_energized;
971
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_load_i;
972
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_load_i_angle;
973
- // component sym_gen
974
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_sym_gen;
975
- // attributes of sc_output sym_gen
976
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_gen_id;
977
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_gen_energized;
978
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_gen_i;
979
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_gen_i_angle;
980
- // component asym_load
981
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_asym_load;
982
- // attributes of sc_output asym_load
983
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_load_id;
984
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_load_energized;
985
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_load_i;
986
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_load_i_angle;
987
- // component asym_gen
988
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_asym_gen;
989
- // attributes of sc_output asym_gen
990
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_gen_id;
991
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_gen_energized;
992
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_gen_i;
993
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_gen_i_angle;
994
- // component shunt
995
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_shunt;
996
- // attributes of sc_output shunt
997
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_shunt_id;
998
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_shunt_energized;
999
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_shunt_i;
1000
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_shunt_i_angle;
1001
- // component source
1002
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_source;
1003
- // attributes of sc_output source
1004
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_source_id;
1005
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_source_energized;
1006
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_source_i;
1007
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_source_i_angle;
1008
- // component sym_voltage_sensor
1009
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_sym_voltage_sensor;
1010
- // attributes of sc_output sym_voltage_sensor
1011
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_voltage_sensor_id;
1012
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_voltage_sensor_energized;
1013
- // component asym_voltage_sensor
1014
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_asym_voltage_sensor;
1015
- // attributes of sc_output asym_voltage_sensor
1016
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_voltage_sensor_id;
1017
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_voltage_sensor_energized;
1018
- // component sym_power_sensor
1019
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_sym_power_sensor;
1020
- // attributes of sc_output sym_power_sensor
1021
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_power_sensor_id;
1022
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_power_sensor_energized;
1023
- // component asym_power_sensor
1024
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_asym_power_sensor;
1025
- // attributes of sc_output asym_power_sensor
1026
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_power_sensor_id;
1027
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_power_sensor_energized;
1028
- // component sym_current_sensor
1029
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_sym_current_sensor;
1030
- // attributes of sc_output sym_current_sensor
1031
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_current_sensor_id;
1032
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_current_sensor_energized;
1033
- // component asym_current_sensor
1034
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_asym_current_sensor;
1035
- // attributes of sc_output asym_current_sensor
1036
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_current_sensor_id;
1037
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_current_sensor_energized;
1038
- // component fault
1039
- PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_fault;
1040
- // attributes of sc_output fault
1041
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_fault_id;
1042
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_fault_energized;
1043
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_fault_i_f;
1044
- PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_fault_i_f_angle;
1045
- //
1046
-
1047
- #ifdef __cplusplus
1048
- }
1049
- #endif
1050
-
1051
- #endif
1052
- // clang-format on
1
+ // SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
2
+ //
3
+ // SPDX-License-Identifier: MPL-2.0
4
+
5
+ // This header file is automatically generated. DO NOT modify it manually!
6
+
7
+ // clang-format off
8
+
9
+ /**
10
+ * @brief header file which includes helper extern global variables of meta data pointers
11
+ * to all datasets, compoments, and attributes
12
+ *
13
+ */
14
+
15
+ #pragma once
16
+ #ifndef POWER_GRID_MODEL_C_DATASET_DEFINITIONS_H
17
+ #define POWER_GRID_MODEL_C_DATASET_DEFINITIONS_H
18
+
19
+ #include "basics.h"
20
+
21
+ #ifdef __cplusplus
22
+ extern "C" {
23
+ #endif
24
+
25
+ // dataset input
26
+ PGM_API extern PGM_MetaDataset const* const PGM_def_input;
27
+ // components of input
28
+ // component node
29
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_node;
30
+ // attributes of input node
31
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_node_id;
32
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_node_u_rated;
33
+ // component line
34
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_line;
35
+ // attributes of input line
36
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_id;
37
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_from_node;
38
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_to_node;
39
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_from_status;
40
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_to_status;
41
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_r1;
42
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_x1;
43
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_c1;
44
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_tan1;
45
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_r0;
46
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_x0;
47
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_c0;
48
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_tan0;
49
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_line_i_n;
50
+ // component asym_line
51
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_asym_line;
52
+ // attributes of input asym_line
53
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_id;
54
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_from_node;
55
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_to_node;
56
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_from_status;
57
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_to_status;
58
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_aa;
59
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_ba;
60
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_bb;
61
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_ca;
62
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_cb;
63
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_cc;
64
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_na;
65
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_nb;
66
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_nc;
67
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_r_nn;
68
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_aa;
69
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_ba;
70
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_bb;
71
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_ca;
72
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_cb;
73
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_cc;
74
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_na;
75
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_nb;
76
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_nc;
77
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_x_nn;
78
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c_aa;
79
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c_ba;
80
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c_bb;
81
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c_ca;
82
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c_cb;
83
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c_cc;
84
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c0;
85
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_c1;
86
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_line_i_n;
87
+ // component link
88
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_link;
89
+ // attributes of input link
90
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_link_id;
91
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_link_from_node;
92
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_link_to_node;
93
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_link_from_status;
94
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_link_to_status;
95
+ // component generic_branch
96
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_generic_branch;
97
+ // attributes of input generic_branch
98
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_id;
99
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_from_node;
100
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_to_node;
101
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_from_status;
102
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_to_status;
103
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_r1;
104
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_x1;
105
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_g1;
106
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_b1;
107
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_k;
108
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_theta;
109
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_generic_branch_sn;
110
+ // component transformer
111
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_transformer;
112
+ // attributes of input transformer
113
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_id;
114
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_from_node;
115
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_to_node;
116
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_from_status;
117
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_to_status;
118
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_u1;
119
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_u2;
120
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_sn;
121
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_uk;
122
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_pk;
123
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_i0;
124
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_p0;
125
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_winding_from;
126
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_winding_to;
127
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_clock;
128
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_side;
129
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_pos;
130
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_min;
131
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_max;
132
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_nom;
133
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_size;
134
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_uk_min;
135
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_uk_max;
136
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_pk_min;
137
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_pk_max;
138
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_r_grounding_from;
139
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_x_grounding_from;
140
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_r_grounding_to;
141
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_x_grounding_to;
142
+ // component transformer_tap_regulator
143
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_transformer_tap_regulator;
144
+ // attributes of input transformer_tap_regulator
145
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_id;
146
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_regulated_object;
147
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_status;
148
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_control_side;
149
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_u_set;
150
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_u_band;
151
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_line_drop_compensation_r;
152
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_transformer_tap_regulator_line_drop_compensation_x;
153
+ // component three_winding_transformer
154
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_three_winding_transformer;
155
+ // attributes of input three_winding_transformer
156
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_id;
157
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_node_1;
158
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_node_2;
159
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_node_3;
160
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_status_1;
161
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_status_2;
162
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_status_3;
163
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_u1;
164
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_u2;
165
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_u3;
166
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_sn_1;
167
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_sn_2;
168
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_sn_3;
169
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_12;
170
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_13;
171
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_23;
172
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_12;
173
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_13;
174
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_23;
175
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_i0;
176
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_p0;
177
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_winding_1;
178
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_winding_2;
179
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_winding_3;
180
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_clock_12;
181
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_clock_13;
182
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_tap_side;
183
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_tap_pos;
184
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_tap_min;
185
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_tap_max;
186
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_tap_nom;
187
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_tap_size;
188
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_12_min;
189
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_12_max;
190
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_13_min;
191
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_13_max;
192
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_23_min;
193
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_uk_23_max;
194
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_12_min;
195
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_12_max;
196
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_13_min;
197
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_13_max;
198
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_23_min;
199
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_pk_23_max;
200
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_r_grounding_1;
201
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_x_grounding_1;
202
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_r_grounding_2;
203
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_x_grounding_2;
204
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_r_grounding_3;
205
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_three_winding_transformer_x_grounding_3;
206
+ // component sym_load
207
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_sym_load;
208
+ // attributes of input sym_load
209
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_load_id;
210
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_load_node;
211
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_load_status;
212
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_load_type;
213
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_load_p_specified;
214
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_load_q_specified;
215
+ // component sym_gen
216
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_sym_gen;
217
+ // attributes of input sym_gen
218
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_gen_id;
219
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_gen_node;
220
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_gen_status;
221
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_gen_type;
222
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_gen_p_specified;
223
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_gen_q_specified;
224
+ // component asym_load
225
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_asym_load;
226
+ // attributes of input asym_load
227
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_load_id;
228
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_load_node;
229
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_load_status;
230
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_load_type;
231
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_load_p_specified;
232
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_load_q_specified;
233
+ // component asym_gen
234
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_asym_gen;
235
+ // attributes of input asym_gen
236
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_gen_id;
237
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_gen_node;
238
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_gen_status;
239
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_gen_type;
240
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_gen_p_specified;
241
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_gen_q_specified;
242
+ // component shunt
243
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_shunt;
244
+ // attributes of input shunt
245
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_shunt_id;
246
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_shunt_node;
247
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_shunt_status;
248
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_shunt_g1;
249
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_shunt_b1;
250
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_shunt_g0;
251
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_shunt_b0;
252
+ // component source
253
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_source;
254
+ // attributes of input source
255
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_id;
256
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_node;
257
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_status;
258
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_u_ref;
259
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_u_ref_angle;
260
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_sk;
261
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_rx_ratio;
262
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_source_z01_ratio;
263
+ // component sym_voltage_sensor
264
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_sym_voltage_sensor;
265
+ // attributes of input sym_voltage_sensor
266
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_voltage_sensor_id;
267
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_voltage_sensor_measured_object;
268
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_voltage_sensor_u_sigma;
269
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_voltage_sensor_u_measured;
270
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_voltage_sensor_u_angle_measured;
271
+ // component asym_voltage_sensor
272
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_asym_voltage_sensor;
273
+ // attributes of input asym_voltage_sensor
274
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_voltage_sensor_id;
275
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_voltage_sensor_measured_object;
276
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_voltage_sensor_u_sigma;
277
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_voltage_sensor_u_measured;
278
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_voltage_sensor_u_angle_measured;
279
+ // component sym_power_sensor
280
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_sym_power_sensor;
281
+ // attributes of input sym_power_sensor
282
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_id;
283
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_measured_object;
284
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_measured_terminal_type;
285
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_power_sigma;
286
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_p_measured;
287
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_q_measured;
288
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_p_sigma;
289
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_power_sensor_q_sigma;
290
+ // component asym_power_sensor
291
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_asym_power_sensor;
292
+ // attributes of input asym_power_sensor
293
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_id;
294
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_measured_object;
295
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_measured_terminal_type;
296
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_power_sigma;
297
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_p_measured;
298
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_q_measured;
299
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_p_sigma;
300
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_power_sensor_q_sigma;
301
+ // component sym_current_sensor
302
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_sym_current_sensor;
303
+ // attributes of input sym_current_sensor
304
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_id;
305
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_measured_object;
306
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_measured_terminal_type;
307
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_angle_measurement_type;
308
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_i_sigma;
309
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_i_angle_sigma;
310
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_i_measured;
311
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_sym_current_sensor_i_angle_measured;
312
+ // component asym_current_sensor
313
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_asym_current_sensor;
314
+ // attributes of input asym_current_sensor
315
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_id;
316
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_measured_object;
317
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_measured_terminal_type;
318
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_angle_measurement_type;
319
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_i_sigma;
320
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_i_angle_sigma;
321
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_i_measured;
322
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_asym_current_sensor_i_angle_measured;
323
+ // component fault
324
+ PGM_API extern PGM_MetaComponent const* const PGM_def_input_fault;
325
+ // attributes of input fault
326
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_fault_id;
327
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_fault_status;
328
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_fault_fault_type;
329
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_fault_fault_phase;
330
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_fault_fault_object;
331
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_fault_r_f;
332
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_input_fault_x_f;
333
+ // dataset sym_output
334
+ PGM_API extern PGM_MetaDataset const* const PGM_def_sym_output;
335
+ // components of sym_output
336
+ // component node
337
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_node;
338
+ // attributes of sym_output node
339
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_node_id;
340
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_node_energized;
341
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_node_u_pu;
342
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_node_u;
343
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_node_u_angle;
344
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_node_p;
345
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_node_q;
346
+ // component line
347
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_line;
348
+ // attributes of sym_output line
349
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_id;
350
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_energized;
351
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_loading;
352
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_p_from;
353
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_q_from;
354
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_i_from;
355
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_s_from;
356
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_p_to;
357
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_q_to;
358
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_i_to;
359
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_line_s_to;
360
+ // component link
361
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_link;
362
+ // attributes of sym_output link
363
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_id;
364
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_energized;
365
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_loading;
366
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_p_from;
367
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_q_from;
368
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_i_from;
369
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_s_from;
370
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_p_to;
371
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_q_to;
372
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_i_to;
373
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_link_s_to;
374
+ // component transformer
375
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_transformer;
376
+ // attributes of sym_output transformer
377
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_id;
378
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_energized;
379
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_loading;
380
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_p_from;
381
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_q_from;
382
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_i_from;
383
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_s_from;
384
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_p_to;
385
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_q_to;
386
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_i_to;
387
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_s_to;
388
+ // component generic_branch
389
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_generic_branch;
390
+ // attributes of sym_output generic_branch
391
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_id;
392
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_energized;
393
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_loading;
394
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_p_from;
395
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_q_from;
396
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_i_from;
397
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_s_from;
398
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_p_to;
399
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_q_to;
400
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_i_to;
401
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_generic_branch_s_to;
402
+ // component asym_line
403
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_asym_line;
404
+ // attributes of sym_output asym_line
405
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_id;
406
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_energized;
407
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_loading;
408
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_p_from;
409
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_q_from;
410
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_i_from;
411
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_s_from;
412
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_p_to;
413
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_q_to;
414
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_i_to;
415
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_line_s_to;
416
+ // component transformer_tap_regulator
417
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_transformer_tap_regulator;
418
+ // attributes of sym_output transformer_tap_regulator
419
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_tap_regulator_id;
420
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_tap_regulator_energized;
421
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_transformer_tap_regulator_tap_pos;
422
+ // component three_winding_transformer
423
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_three_winding_transformer;
424
+ // attributes of sym_output three_winding_transformer
425
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_id;
426
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_energized;
427
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_loading;
428
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_p_1;
429
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_q_1;
430
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_i_1;
431
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_s_1;
432
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_p_2;
433
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_q_2;
434
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_i_2;
435
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_s_2;
436
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_p_3;
437
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_q_3;
438
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_i_3;
439
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_s_3;
440
+ // component sym_load
441
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_sym_load;
442
+ // attributes of sym_output sym_load
443
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_load_id;
444
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_load_energized;
445
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_load_p;
446
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_load_q;
447
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_load_i;
448
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_load_s;
449
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_load_pf;
450
+ // component sym_gen
451
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_sym_gen;
452
+ // attributes of sym_output sym_gen
453
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_gen_id;
454
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_gen_energized;
455
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_gen_p;
456
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_gen_q;
457
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_gen_i;
458
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_gen_s;
459
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_gen_pf;
460
+ // component asym_load
461
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_asym_load;
462
+ // attributes of sym_output asym_load
463
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_load_id;
464
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_load_energized;
465
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_load_p;
466
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_load_q;
467
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_load_i;
468
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_load_s;
469
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_load_pf;
470
+ // component asym_gen
471
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_asym_gen;
472
+ // attributes of sym_output asym_gen
473
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_gen_id;
474
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_gen_energized;
475
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_gen_p;
476
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_gen_q;
477
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_gen_i;
478
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_gen_s;
479
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_gen_pf;
480
+ // component shunt
481
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_shunt;
482
+ // attributes of sym_output shunt
483
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_shunt_id;
484
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_shunt_energized;
485
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_shunt_p;
486
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_shunt_q;
487
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_shunt_i;
488
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_shunt_s;
489
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_shunt_pf;
490
+ // component source
491
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_source;
492
+ // attributes of sym_output source
493
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_source_id;
494
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_source_energized;
495
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_source_p;
496
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_source_q;
497
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_source_i;
498
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_source_s;
499
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_source_pf;
500
+ // component sym_voltage_sensor
501
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_sym_voltage_sensor;
502
+ // attributes of sym_output sym_voltage_sensor
503
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_voltage_sensor_id;
504
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_voltage_sensor_energized;
505
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_voltage_sensor_u_residual;
506
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_voltage_sensor_u_angle_residual;
507
+ // component asym_voltage_sensor
508
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_asym_voltage_sensor;
509
+ // attributes of sym_output asym_voltage_sensor
510
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_voltage_sensor_id;
511
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_voltage_sensor_energized;
512
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_voltage_sensor_u_residual;
513
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_voltage_sensor_u_angle_residual;
514
+ // component sym_power_sensor
515
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_sym_power_sensor;
516
+ // attributes of sym_output sym_power_sensor
517
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_power_sensor_id;
518
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_power_sensor_energized;
519
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_power_sensor_p_residual;
520
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_power_sensor_q_residual;
521
+ // component asym_power_sensor
522
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_asym_power_sensor;
523
+ // attributes of sym_output asym_power_sensor
524
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_power_sensor_id;
525
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_power_sensor_energized;
526
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_power_sensor_p_residual;
527
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_power_sensor_q_residual;
528
+ // component sym_current_sensor
529
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_sym_current_sensor;
530
+ // attributes of sym_output sym_current_sensor
531
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_current_sensor_id;
532
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_current_sensor_energized;
533
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_current_sensor_i_residual;
534
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_sym_current_sensor_i_angle_residual;
535
+ // component asym_current_sensor
536
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_asym_current_sensor;
537
+ // attributes of sym_output asym_current_sensor
538
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_current_sensor_id;
539
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_current_sensor_energized;
540
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_current_sensor_i_residual;
541
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_asym_current_sensor_i_angle_residual;
542
+ // component fault
543
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_fault;
544
+ // attributes of sym_output fault
545
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_fault_id;
546
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_fault_energized;
547
+ // dataset asym_output
548
+ PGM_API extern PGM_MetaDataset const* const PGM_def_asym_output;
549
+ // components of asym_output
550
+ // component node
551
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_node;
552
+ // attributes of asym_output node
553
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_node_id;
554
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_node_energized;
555
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_node_u_pu;
556
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_node_u;
557
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_node_u_angle;
558
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_node_p;
559
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_node_q;
560
+ // component line
561
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_line;
562
+ // attributes of asym_output line
563
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_id;
564
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_energized;
565
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_loading;
566
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_p_from;
567
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_q_from;
568
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_i_from;
569
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_s_from;
570
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_p_to;
571
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_q_to;
572
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_i_to;
573
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_line_s_to;
574
+ // component link
575
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_link;
576
+ // attributes of asym_output link
577
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_id;
578
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_energized;
579
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_loading;
580
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_p_from;
581
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_q_from;
582
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_i_from;
583
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_s_from;
584
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_p_to;
585
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_q_to;
586
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_i_to;
587
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_link_s_to;
588
+ // component transformer
589
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_transformer;
590
+ // attributes of asym_output transformer
591
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_id;
592
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_energized;
593
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_loading;
594
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_p_from;
595
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_q_from;
596
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_i_from;
597
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_s_from;
598
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_p_to;
599
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_q_to;
600
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_i_to;
601
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_s_to;
602
+ // component generic_branch
603
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_generic_branch;
604
+ // attributes of asym_output generic_branch
605
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_id;
606
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_energized;
607
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_loading;
608
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_p_from;
609
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_q_from;
610
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_i_from;
611
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_s_from;
612
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_p_to;
613
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_q_to;
614
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_i_to;
615
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_generic_branch_s_to;
616
+ // component asym_line
617
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_asym_line;
618
+ // attributes of asym_output asym_line
619
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_id;
620
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_energized;
621
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_loading;
622
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_p_from;
623
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_q_from;
624
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_i_from;
625
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_s_from;
626
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_p_to;
627
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_q_to;
628
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_i_to;
629
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_line_s_to;
630
+ // component transformer_tap_regulator
631
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_transformer_tap_regulator;
632
+ // attributes of asym_output transformer_tap_regulator
633
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_tap_regulator_id;
634
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_tap_regulator_energized;
635
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_transformer_tap_regulator_tap_pos;
636
+ // component three_winding_transformer
637
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_three_winding_transformer;
638
+ // attributes of asym_output three_winding_transformer
639
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_id;
640
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_energized;
641
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_loading;
642
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_p_1;
643
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_q_1;
644
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_i_1;
645
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_s_1;
646
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_p_2;
647
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_q_2;
648
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_i_2;
649
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_s_2;
650
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_p_3;
651
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_q_3;
652
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_i_3;
653
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_s_3;
654
+ // component sym_load
655
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_sym_load;
656
+ // attributes of asym_output sym_load
657
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_load_id;
658
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_load_energized;
659
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_load_p;
660
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_load_q;
661
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_load_i;
662
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_load_s;
663
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_load_pf;
664
+ // component sym_gen
665
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_sym_gen;
666
+ // attributes of asym_output sym_gen
667
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_gen_id;
668
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_gen_energized;
669
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_gen_p;
670
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_gen_q;
671
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_gen_i;
672
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_gen_s;
673
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_gen_pf;
674
+ // component asym_load
675
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_asym_load;
676
+ // attributes of asym_output asym_load
677
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_load_id;
678
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_load_energized;
679
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_load_p;
680
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_load_q;
681
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_load_i;
682
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_load_s;
683
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_load_pf;
684
+ // component asym_gen
685
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_asym_gen;
686
+ // attributes of asym_output asym_gen
687
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_gen_id;
688
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_gen_energized;
689
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_gen_p;
690
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_gen_q;
691
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_gen_i;
692
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_gen_s;
693
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_gen_pf;
694
+ // component shunt
695
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_shunt;
696
+ // attributes of asym_output shunt
697
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_shunt_id;
698
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_shunt_energized;
699
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_shunt_p;
700
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_shunt_q;
701
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_shunt_i;
702
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_shunt_s;
703
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_shunt_pf;
704
+ // component source
705
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_source;
706
+ // attributes of asym_output source
707
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_source_id;
708
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_source_energized;
709
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_source_p;
710
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_source_q;
711
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_source_i;
712
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_source_s;
713
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_source_pf;
714
+ // component sym_voltage_sensor
715
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_sym_voltage_sensor;
716
+ // attributes of asym_output sym_voltage_sensor
717
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_voltage_sensor_id;
718
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_voltage_sensor_energized;
719
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_voltage_sensor_u_residual;
720
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_voltage_sensor_u_angle_residual;
721
+ // component asym_voltage_sensor
722
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_asym_voltage_sensor;
723
+ // attributes of asym_output asym_voltage_sensor
724
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_voltage_sensor_id;
725
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_voltage_sensor_energized;
726
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_voltage_sensor_u_residual;
727
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_voltage_sensor_u_angle_residual;
728
+ // component sym_power_sensor
729
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_sym_power_sensor;
730
+ // attributes of asym_output sym_power_sensor
731
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_power_sensor_id;
732
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_power_sensor_energized;
733
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_power_sensor_p_residual;
734
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_power_sensor_q_residual;
735
+ // component asym_power_sensor
736
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_asym_power_sensor;
737
+ // attributes of asym_output asym_power_sensor
738
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_power_sensor_id;
739
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_power_sensor_energized;
740
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_power_sensor_p_residual;
741
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_power_sensor_q_residual;
742
+ // component sym_current_sensor
743
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_sym_current_sensor;
744
+ // attributes of asym_output sym_current_sensor
745
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_current_sensor_id;
746
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_current_sensor_energized;
747
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_current_sensor_i_residual;
748
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_sym_current_sensor_i_angle_residual;
749
+ // component asym_current_sensor
750
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_asym_current_sensor;
751
+ // attributes of asym_output asym_current_sensor
752
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_current_sensor_id;
753
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_current_sensor_energized;
754
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_current_sensor_i_residual;
755
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_asym_current_sensor_i_angle_residual;
756
+ // component fault
757
+ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_fault;
758
+ // attributes of asym_output fault
759
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_fault_id;
760
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_fault_energized;
761
+ // dataset update
762
+ PGM_API extern PGM_MetaDataset const* const PGM_def_update;
763
+ // components of update
764
+ // component node
765
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_node;
766
+ // attributes of update node
767
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_node_id;
768
+ // component line
769
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_line;
770
+ // attributes of update line
771
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_line_id;
772
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_line_from_status;
773
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_line_to_status;
774
+ // component asym_line
775
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_asym_line;
776
+ // attributes of update asym_line
777
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_line_id;
778
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_line_from_status;
779
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_line_to_status;
780
+ // component link
781
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_link;
782
+ // attributes of update link
783
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_link_id;
784
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_link_from_status;
785
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_link_to_status;
786
+ // component transformer
787
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_transformer;
788
+ // attributes of update transformer
789
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_id;
790
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_from_status;
791
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_to_status;
792
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_tap_pos;
793
+ // component transformer_tap_regulator
794
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_transformer_tap_regulator;
795
+ // attributes of update transformer_tap_regulator
796
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_tap_regulator_id;
797
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_tap_regulator_status;
798
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_tap_regulator_u_set;
799
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_tap_regulator_u_band;
800
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_tap_regulator_line_drop_compensation_r;
801
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_transformer_tap_regulator_line_drop_compensation_x;
802
+ // component three_winding_transformer
803
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_three_winding_transformer;
804
+ // attributes of update three_winding_transformer
805
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_three_winding_transformer_id;
806
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_three_winding_transformer_status_1;
807
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_three_winding_transformer_status_2;
808
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_three_winding_transformer_status_3;
809
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_three_winding_transformer_tap_pos;
810
+ // component sym_load
811
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_sym_load;
812
+ // attributes of update sym_load
813
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_load_id;
814
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_load_status;
815
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_load_p_specified;
816
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_load_q_specified;
817
+ // component sym_gen
818
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_sym_gen;
819
+ // attributes of update sym_gen
820
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_gen_id;
821
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_gen_status;
822
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_gen_p_specified;
823
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_gen_q_specified;
824
+ // component asym_load
825
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_asym_load;
826
+ // attributes of update asym_load
827
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_load_id;
828
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_load_status;
829
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_load_p_specified;
830
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_load_q_specified;
831
+ // component asym_gen
832
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_asym_gen;
833
+ // attributes of update asym_gen
834
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_gen_id;
835
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_gen_status;
836
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_gen_p_specified;
837
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_gen_q_specified;
838
+ // component shunt
839
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_shunt;
840
+ // attributes of update shunt
841
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_shunt_id;
842
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_shunt_status;
843
+ // component source
844
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_source;
845
+ // attributes of update source
846
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_source_id;
847
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_source_status;
848
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_source_u_ref;
849
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_source_u_ref_angle;
850
+ // component sym_voltage_sensor
851
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_sym_voltage_sensor;
852
+ // attributes of update sym_voltage_sensor
853
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_voltage_sensor_id;
854
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_voltage_sensor_u_sigma;
855
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_voltage_sensor_u_measured;
856
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_voltage_sensor_u_angle_measured;
857
+ // component asym_voltage_sensor
858
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_asym_voltage_sensor;
859
+ // attributes of update asym_voltage_sensor
860
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_voltage_sensor_id;
861
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_voltage_sensor_u_sigma;
862
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_voltage_sensor_u_measured;
863
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_voltage_sensor_u_angle_measured;
864
+ // component sym_power_sensor
865
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_sym_power_sensor;
866
+ // attributes of update sym_power_sensor
867
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_power_sensor_id;
868
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_power_sensor_power_sigma;
869
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_power_sensor_p_measured;
870
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_power_sensor_q_measured;
871
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_power_sensor_p_sigma;
872
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_power_sensor_q_sigma;
873
+ // component asym_power_sensor
874
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_asym_power_sensor;
875
+ // attributes of update asym_power_sensor
876
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_power_sensor_id;
877
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_power_sensor_power_sigma;
878
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_power_sensor_p_measured;
879
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_power_sensor_q_measured;
880
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_power_sensor_p_sigma;
881
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_power_sensor_q_sigma;
882
+ // component sym_current_sensor
883
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_sym_current_sensor;
884
+ // attributes of update sym_current_sensor
885
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_current_sensor_id;
886
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_current_sensor_i_sigma;
887
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_current_sensor_i_angle_sigma;
888
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_current_sensor_i_measured;
889
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_sym_current_sensor_i_angle_measured;
890
+ // component asym_current_sensor
891
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_asym_current_sensor;
892
+ // attributes of update asym_current_sensor
893
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_current_sensor_id;
894
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_current_sensor_i_sigma;
895
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_current_sensor_i_angle_sigma;
896
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_current_sensor_i_measured;
897
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_asym_current_sensor_i_angle_measured;
898
+ // component fault
899
+ PGM_API extern PGM_MetaComponent const* const PGM_def_update_fault;
900
+ // attributes of update fault
901
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_fault_id;
902
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_fault_status;
903
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_fault_fault_type;
904
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_fault_fault_phase;
905
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_fault_fault_object;
906
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_fault_r_f;
907
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_update_fault_x_f;
908
+ // dataset sc_output
909
+ PGM_API extern PGM_MetaDataset const* const PGM_def_sc_output;
910
+ // components of sc_output
911
+ // component node
912
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_node;
913
+ // attributes of sc_output node
914
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_node_id;
915
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_node_energized;
916
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_node_u_pu;
917
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_node_u;
918
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_node_u_angle;
919
+ // component line
920
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_line;
921
+ // attributes of sc_output line
922
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_line_id;
923
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_line_energized;
924
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_line_i_from;
925
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_line_i_from_angle;
926
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_line_i_to;
927
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_line_i_to_angle;
928
+ // component link
929
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_link;
930
+ // attributes of sc_output link
931
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_link_id;
932
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_link_energized;
933
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_link_i_from;
934
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_link_i_from_angle;
935
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_link_i_to;
936
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_link_i_to_angle;
937
+ // component transformer
938
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_transformer;
939
+ // attributes of sc_output transformer
940
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_transformer_id;
941
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_transformer_energized;
942
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_transformer_i_from;
943
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_transformer_i_from_angle;
944
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_transformer_i_to;
945
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_transformer_i_to_angle;
946
+ // component asym_line
947
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_asym_line;
948
+ // attributes of sc_output asym_line
949
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_line_id;
950
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_line_energized;
951
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_line_i_from;
952
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_line_i_from_angle;
953
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_line_i_to;
954
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_line_i_to_angle;
955
+ // component three_winding_transformer
956
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_three_winding_transformer;
957
+ // attributes of sc_output three_winding_transformer
958
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_id;
959
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_energized;
960
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_i_1;
961
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_i_1_angle;
962
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_i_2;
963
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_i_2_angle;
964
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_i_3;
965
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_three_winding_transformer_i_3_angle;
966
+ // component sym_load
967
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_sym_load;
968
+ // attributes of sc_output sym_load
969
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_load_id;
970
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_load_energized;
971
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_load_i;
972
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_load_i_angle;
973
+ // component sym_gen
974
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_sym_gen;
975
+ // attributes of sc_output sym_gen
976
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_gen_id;
977
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_gen_energized;
978
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_gen_i;
979
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_gen_i_angle;
980
+ // component asym_load
981
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_asym_load;
982
+ // attributes of sc_output asym_load
983
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_load_id;
984
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_load_energized;
985
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_load_i;
986
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_load_i_angle;
987
+ // component asym_gen
988
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_asym_gen;
989
+ // attributes of sc_output asym_gen
990
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_gen_id;
991
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_gen_energized;
992
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_gen_i;
993
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_gen_i_angle;
994
+ // component shunt
995
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_shunt;
996
+ // attributes of sc_output shunt
997
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_shunt_id;
998
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_shunt_energized;
999
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_shunt_i;
1000
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_shunt_i_angle;
1001
+ // component source
1002
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_source;
1003
+ // attributes of sc_output source
1004
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_source_id;
1005
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_source_energized;
1006
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_source_i;
1007
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_source_i_angle;
1008
+ // component sym_voltage_sensor
1009
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_sym_voltage_sensor;
1010
+ // attributes of sc_output sym_voltage_sensor
1011
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_voltage_sensor_id;
1012
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_voltage_sensor_energized;
1013
+ // component asym_voltage_sensor
1014
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_asym_voltage_sensor;
1015
+ // attributes of sc_output asym_voltage_sensor
1016
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_voltage_sensor_id;
1017
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_voltage_sensor_energized;
1018
+ // component sym_power_sensor
1019
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_sym_power_sensor;
1020
+ // attributes of sc_output sym_power_sensor
1021
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_power_sensor_id;
1022
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_power_sensor_energized;
1023
+ // component asym_power_sensor
1024
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_asym_power_sensor;
1025
+ // attributes of sc_output asym_power_sensor
1026
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_power_sensor_id;
1027
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_power_sensor_energized;
1028
+ // component sym_current_sensor
1029
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_sym_current_sensor;
1030
+ // attributes of sc_output sym_current_sensor
1031
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_current_sensor_id;
1032
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_sym_current_sensor_energized;
1033
+ // component asym_current_sensor
1034
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_asym_current_sensor;
1035
+ // attributes of sc_output asym_current_sensor
1036
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_current_sensor_id;
1037
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_asym_current_sensor_energized;
1038
+ // component fault
1039
+ PGM_API extern PGM_MetaComponent const* const PGM_def_sc_output_fault;
1040
+ // attributes of sc_output fault
1041
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_fault_id;
1042
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_fault_energized;
1043
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_fault_i_f;
1044
+ PGM_API extern PGM_MetaAttribute const* const PGM_def_sc_output_fault_i_f_angle;
1045
+ //
1046
+
1047
+ #ifdef __cplusplus
1048
+ }
1049
+ #endif
1050
+
1051
+ #endif
1052
+ // clang-format on