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