CIM++ Adapted CIM Codebase
PotentialTransformerKind.h
1 // PotentialTransformerKind.h
3 // Implementation of the Class PotentialTransformerKind
4 // Original author: kdemaree
6 
7 #ifndef POTENTIALTRANSFORMERKIND_H
8 #define POTENTIALTRANSFORMERKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace AuxiliaryEquipment
15  {
19  enum class PotentialTransformerKind
20  {
24  inductive,
29  capacitiveCoupling
30  };
31 
32  }
33 
34  }
35 
36 }
37 #endif // POTENTIALTRANSFORMERKIND_H
Definition: AuxiliaryEquipment.h:13