CIM++ Adapted CIM Codebase
LinearShuntCompensator.h
1 // LinearShuntCompensator.h
3 // Implementation of the Class LinearShuntCompensator
4 // Original author: selaost1
6 
7 #ifndef LINEARSHUNTCOMPENSATOR_H
8 #define LINEARSHUNTCOMPENSATOR_H
9 
10 #include "IEC61970/Base/Domain/Susceptance.h"
11 #include "IEC61970/Base/Domain/Conductance.h"
12 #include "IEC61970/Base/Wires/ShuntCompensator.h"
13 
14 namespace IEC61970
15 {
16  namespace Base
17  {
18  namespace Wires
19  {
24  {
25 
26  public:
28  virtual ~LinearShuntCompensator();
45 
46  };
47 
48  }
49 
50  }
51 
52 }
53 #endif // LINEARSHUNTCOMPENSATOR_H
Definition: AuxiliaryEquipment.h:13
Definition: LinearShuntCompensator.h:23
IEC61970::Base::Domain::Conductance gPerSection
Definition: LinearShuntCompensator.h:44
IEC61970::Base::Domain::Susceptance b0PerSection
Definition: LinearShuntCompensator.h:32
Definition: ShuntCompensator.h:34
Definition: Conductance.h:23
IEC61970::Base::Domain::Susceptance bPerSection
Definition: LinearShuntCompensator.h:36
Definition: Susceptance.h:22
IEC61970::Base::Domain::Conductance g0PerSection
Definition: LinearShuntCompensator.h:40