| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- [
- {
- "configFilePath": "conf/conf_powerfarm_template.json",
- "configAnalysis": [
- {
- "package": "algorithm.cabinVibrateAnalyst",
- "className": "CabinVibrateAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.windSpeedFrequencyAnalyst",
- "className": "WindSpeedFrequencyAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.windDirectionFrequencyAnalyst",
- "className": "WindDirectionFrequencyAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.windRoseOfTurbine",
- "className": "WinRoseOfTurbineAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.temperatureLargeComponentsAnalyst",
- "className": "TemperatureLargeComponentsAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.temperatureEnvironmentAnalyst",
- "className": "TemperatureEnvironmentAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.generatorSpeedPowerAnalyst",
- "className": "GeneratorSpeedPowerAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.generatorSpeedTorqueAnalyst",
- "className": "GeneratorSpeedTorqueAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.pitchPowerAnalyst",
- "className": "PitchPowerAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.pitchGeneratorSpeedAnalyst",
- "className": "PitchGeneratorSpeedAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.dataIntegrityOfMinuteAnalyst",
- "className": "DataIntegrityOfMinuteAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.powerCurveAnalyst",
- "className": "PowerCurveAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.ratedPowerWindSpeedAnalyst",
- "className": "RatedPowerWindSpeedAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.ratedWindSpeedAnalyst",
- "className": "RatedWindSpeedAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.powerScatter2DAnalyst",
- "className": "PowerScatter2DAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.powerScatterAnalyst",
- "className": "PowerScatterAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.windSpeedAnalyst",
- "className": "WindSpeedAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.pitchPowerWindSpeedAnalyst",
- "className": "PitchPowerWindSpeedAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.dataIntegrityOfSecondAnalyst",
- "className": "DataIntegrityOfSecondAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.yawErrorAnalyst",
- "className": "YawErrorAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.minPitchAnalyst",
- "className": "MinPitchAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.cpAnalyst",
- "className": "CpAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.cpWindSpeedAnalyst",
- "className": "CpWindSpeedAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.cpTrendAnalyst",
- "className": "CpTrendAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.tsrAnalyst",
- "className": "TSRAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.tsrWindSpeedAnalyst",
- "className": "TSRWindSpeedAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.tsrTrendAnalyst",
- "className": "TSRTrendAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.powerOscillationAnalyst",
- "className": "PowerOscillationAnalyst",
- "methodName": "executeAnalysis"
- },
- {
- "package": "algorithm.pitchTSRCpAnalyst",
- "className": "PitchTSRCpAnalyst",
- "methodName": "executeAnalysis"
- }
- ]
- }
- ]
|