文档更新
This commit is contained in:
parent
a5124e8db4
commit
2ede220734
Binary file not shown.
BIN
document/风电场数据采集系统使用手册v1.1.docx
Normal file
BIN
document/风电场数据采集系统使用手册v1.1.docx
Normal file
Binary file not shown.
@ -438,7 +438,7 @@ const calculateAverages = (data: any) => {
|
||||
|
||||
if (count > 0) {
|
||||
let averagePower = sumPower / count
|
||||
result.push([windSpeed + interval, averagePower])
|
||||
result.push([windSpeed + interval, 2, getCutDecimalsValue(averagePower, 2)])
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user