conf_template.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. [
  2. {
  3. "configFilePath": "conf/conf_powerfarm_template.json",
  4. "configAnalysis": [
  5. {
  6. "package": "algorithm.cabinVibrateAnalyst",
  7. "className": "CabinVibrateAnalyst",
  8. "methodName": "executeAnalysis"
  9. },
  10. {
  11. "package": "algorithm.windSpeedFrequencyAnalyst",
  12. "className": "WindSpeedFrequencyAnalyst",
  13. "methodName": "executeAnalysis"
  14. },
  15. {
  16. "package": "algorithm.windDirectionFrequencyAnalyst",
  17. "className": "WindDirectionFrequencyAnalyst",
  18. "methodName": "executeAnalysis"
  19. },
  20. {
  21. "package": "algorithm.windRoseOfTurbine",
  22. "className": "WinRoseOfTurbineAnalyst",
  23. "methodName": "executeAnalysis"
  24. },
  25. {
  26. "package": "algorithm.temperatureLargeComponentsAnalyst",
  27. "className": "TemperatureLargeComponentsAnalyst",
  28. "methodName": "executeAnalysis"
  29. },
  30. {
  31. "package": "algorithm.temperatureEnvironmentAnalyst",
  32. "className": "TemperatureEnvironmentAnalyst",
  33. "methodName": "executeAnalysis"
  34. },
  35. {
  36. "package": "algorithm.generatorSpeedPowerAnalyst",
  37. "className": "GeneratorSpeedPowerAnalyst",
  38. "methodName": "executeAnalysis"
  39. },
  40. {
  41. "package": "algorithm.generatorSpeedTorqueAnalyst",
  42. "className": "GeneratorSpeedTorqueAnalyst",
  43. "methodName": "executeAnalysis"
  44. },
  45. {
  46. "package": "algorithm.pitchPowerAnalyst",
  47. "className": "PitchPowerAnalyst",
  48. "methodName": "executeAnalysis"
  49. },
  50. {
  51. "package": "algorithm.pitchGeneratorSpeedAnalyst",
  52. "className": "PitchGeneratorSpeedAnalyst",
  53. "methodName": "executeAnalysis"
  54. },
  55. {
  56. "package": "algorithm.dataIntegrityOfMinuteAnalyst",
  57. "className": "DataIntegrityOfMinuteAnalyst",
  58. "methodName": "executeAnalysis"
  59. },
  60. {
  61. "package": "algorithm.powerCurveAnalyst",
  62. "className": "PowerCurveAnalyst",
  63. "methodName": "executeAnalysis"
  64. },
  65. {
  66. "package": "algorithm.ratedPowerWindSpeedAnalyst",
  67. "className": "RatedPowerWindSpeedAnalyst",
  68. "methodName": "executeAnalysis"
  69. },
  70. {
  71. "package": "algorithm.ratedWindSpeedAnalyst",
  72. "className": "RatedWindSpeedAnalyst",
  73. "methodName": "executeAnalysis"
  74. },
  75. {
  76. "package": "algorithm.powerScatter2DAnalyst",
  77. "className": "PowerScatter2DAnalyst",
  78. "methodName": "executeAnalysis"
  79. },
  80. {
  81. "package": "algorithm.powerScatterAnalyst",
  82. "className": "PowerScatterAnalyst",
  83. "methodName": "executeAnalysis"
  84. },
  85. {
  86. "package": "algorithm.windSpeedAnalyst",
  87. "className": "WindSpeedAnalyst",
  88. "methodName": "executeAnalysis"
  89. },
  90. {
  91. "package": "algorithm.pitchPowerWindSpeedAnalyst",
  92. "className": "PitchPowerWindSpeedAnalyst",
  93. "methodName": "executeAnalysis"
  94. },
  95. {
  96. "package": "algorithm.dataIntegrityOfSecondAnalyst",
  97. "className": "DataIntegrityOfSecondAnalyst",
  98. "methodName": "executeAnalysis"
  99. },
  100. {
  101. "package": "algorithm.yawErrorAnalyst",
  102. "className": "YawErrorAnalyst",
  103. "methodName": "executeAnalysis"
  104. },
  105. {
  106. "package": "algorithm.minPitchAnalyst",
  107. "className": "MinPitchAnalyst",
  108. "methodName": "executeAnalysis"
  109. },
  110. {
  111. "package": "algorithm.cpAnalyst",
  112. "className": "CpAnalyst",
  113. "methodName": "executeAnalysis"
  114. },
  115. {
  116. "package": "algorithm.cpWindSpeedAnalyst",
  117. "className": "CpWindSpeedAnalyst",
  118. "methodName": "executeAnalysis"
  119. },
  120. {
  121. "package": "algorithm.cpTrendAnalyst",
  122. "className": "CpTrendAnalyst",
  123. "methodName": "executeAnalysis"
  124. },
  125. {
  126. "package": "algorithm.tsrAnalyst",
  127. "className": "TSRAnalyst",
  128. "methodName": "executeAnalysis"
  129. },
  130. {
  131. "package": "algorithm.tsrWindSpeedAnalyst",
  132. "className": "TSRWindSpeedAnalyst",
  133. "methodName": "executeAnalysis"
  134. },
  135. {
  136. "package": "algorithm.tsrTrendAnalyst",
  137. "className": "TSRTrendAnalyst",
  138. "methodName": "executeAnalysis"
  139. },
  140. {
  141. "package": "algorithm.powerOscillationAnalyst",
  142. "className": "PowerOscillationAnalyst",
  143. "methodName": "executeAnalysis"
  144. },
  145. {
  146. "package": "algorithm.pitchTSRCpAnalyst",
  147. "className": "PitchTSRCpAnalyst",
  148. "methodName": "executeAnalysis"
  149. }
  150. ]
  151. }
  152. ]