CIM++ Adapted CIM Codebase
NonlinearShuntCompensatorPoint.h
1 // NonlinearShuntCompensatorPoint.h
3 // Implementation of the Class NonlinearShuntCompensatorPoint
4 // Original author: selaost1
6 
7 #ifndef NONLINEARSHUNTCOMPENSATORPOINT_H
8 #define NONLINEARSHUNTCOMPENSATORPOINT_H
9 
10 #include "BaseClass.h"
11 #include "IEC61970/Base/Domain/Susceptance.h"
12 #include "IEC61970/Base/Domain/Conductance.h"
13 #include "IEC61970/Base/Domain/Integer.h"
14 
15 namespace IEC61970
16 {
17  namespace Base
18  {
19  namespace Wires
20  {
25  {
26 
27  public:
49  IEC61970::Base::Domain::Integer sectionNumber;
50 
51  };
52 
53  }
54 
55  }
56 
57 }
58 #endif // NONLINEARSHUNTCOMPENSATORPOINT_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Conductance g
Definition: NonlinearShuntCompensatorPoint.h:41
IEC61970::Base::Domain::Susceptance b
Definition: NonlinearShuntCompensatorPoint.h:33
IEC61970::Base::Domain::Conductance g0
Definition: NonlinearShuntCompensatorPoint.h:45
IEC61970::Base::Domain::Integer sectionNumber
Definition: NonlinearShuntCompensatorPoint.h:49
Definition: Conductance.h:23
Definition: BaseClass.h:6
Definition: NonlinearShuntCompensatorPoint.h:24
Definition: Susceptance.h:22
IEC61970::Base::Domain::Susceptance b0
Definition: NonlinearShuntCompensatorPoint.h:37