CIM++ Adapted CIM_SINERGIEN Codebase
PhaseTapChangerNonLinear.h
1 // PhaseTapChangerNonLinear.h
3 // Implementation of the Class PhaseTapChangerNonLinear
4 // Original author: SELAOST1
6 
7 #ifndef PHASETAPCHANGERNONLINEAR_H
8 #define PHASETAPCHANGERNONLINEAR_H
9 
10 #include "IEC61970/Base/Domain/PerCent.h"
11 #include "IEC61970/Base/Domain/Reactance.h"
12 #include "IEC61970/Base/Wires/PhaseTapChanger.h"
13 
14 namespace IEC61970
15 {
16  namespace Base
17  {
18  namespace Wires
19  {
27  {
28 
29  public:
31  virtual ~PhaseTapChangerNonLinear();
47 
48  };
49 
50  }
51 
52  }
53 
54 }
55 #endif // PHASETAPCHANGERNONLINEAR_H
Definition: AuxiliaryEquipment.h:13
Definition: PhaseTapChanger.h:23
Definition: PhaseTapChangerNonLinear.h:26
Definition: Reactance.h:22
IEC61970::Base::Domain::Reactance xMin
Definition: PhaseTapChangerNonLinear.h:46
Definition: PerCent.h:23
IEC61970::Base::Domain::Reactance xMax
Definition: PhaseTapChangerNonLinear.h:41
IEC61970::Base::Domain::PerCent voltageStepIncrement
Definition: PhaseTapChangerNonLinear.h:36