CIM++ Adapted CIM Codebase
LinearShuntCompensatorPhase.h
1 // LinearShuntCompensatorPhase.h
3 // Implementation of the Class LinearShuntCompensatorPhase
4 // Original author: selaost1
6 
7 #ifndef LINEARSHUNTCOMPENSATORPHASE_H
8 #define LINEARSHUNTCOMPENSATORPHASE_H
9 
10 #include "IEC61970/Base/Domain/Susceptance.h"
11 #include "IEC61970/Base/Domain/Conductance.h"
12 #include "IEC61970/Base/Wires/ShuntCompensatorPhase.h"
13 
14 namespace IEC61970
15 {
16  namespace Base
17  {
18  namespace Wires
19  {
25  {
26 
27  public:
29  virtual ~LinearShuntCompensatorPhase();
40 
41  };
42 
43  }
44 
45  }
46 
47 }
48 #endif // LINEARSHUNTCOMPENSATORPHASE_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Susceptance bPerSection
Definition: LinearShuntCompensatorPhase.h:34
Definition: LinearShuntCompensatorPhase.h:24
Definition: Conductance.h:23
IEC61970::Base::Domain::Conductance gPerSection
Definition: LinearShuntCompensatorPhase.h:39
Definition: Susceptance.h:22
Definition: ShuntCompensatorPhase.h:24