CIM++ Adapted CIM_SINERGIEN Codebase
WindPlantQcontrolModeKind.h
1 // WindPlantQcontrolModeKind.h
3 // Implementation of the Class WindPlantQcontrolModeKind
4 // Original author: civanov
6 
7 #ifndef WINDPLANTQCONTROLMODEKIND_H
8 #define WINDPLANTQCONTROLMODEKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Dynamics
13  {
14  namespace StandardModels
15  {
16  namespace WindDynamics
17  {
21  enum class WindPlantQcontrolModeKind
22  {
26  reactivePower,
30  powerFactor,
34  uqStatic,
38  voltageControl
39  };
40 
41  }
42 
43  }
44 
45  }
46 
47 }
48 #endif // WINDPLANTQCONTROLMODEKIND_H
Definition: AuxiliaryEquipment.h:13