CIM++ Adapted CIM_SINERGIEN Codebase
TransformerControlMode.h
1 // TransformerControlMode.h
3 // Implementation of the Class TransformerControlMode
5 
6 #ifndef TRANSFORMERCONTROLMODE_H
7 #define TRANSFORMERCONTROLMODE_H
8 
9 namespace IEC61970
10 {
11  namespace Base
12  {
13  namespace Wires
14  {
18  enum class TransformerControlMode
19  {
23  volt,
27  reactive
28  };
29 
30  }
31 
32  }
33 
34 }
35 #endif // TRANSFORMERCONTROLMODE_H
Definition: AuxiliaryEquipment.h:13