CIM++ Adapted CIM Codebase
InputSignalKind.h
1 // InputSignalKind.h
3 // Implementation of the Class InputSignalKind
4 // Original author: tsaxton
6 
7 #ifndef INPUTSIGNALKIND_H
8 #define INPUTSIGNALKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Dynamics
13  {
14  namespace StandardModels
15  {
16  namespace PowerSystemStabilizerDynamics
17  {
21  enum class InputSignalKind
22  {
26  rotorSpeed,
30  rotorAngularFrequencyDeviation,
35  busFrequency,
40  busFrequencyDeviation,
44  generatorElectricalPower,
48  generatorAcceleratingPower,
53  busVoltage,
58  busVoltageDerivative,
62  branchCurrent,
66  fieldCurrent
67  };
68 
69  }
70 
71  }
72 
73  }
74 
75 }
76 #endif // INPUTSIGNALKIND_H
Definition: AuxiliaryEquipment.h:13