|
@@ -632,7 +632,7 @@ class BatSoh():
|
|
else:
|
|
else:
|
|
pass
|
|
pass
|
|
|
|
|
|
- elif self.packcrnt[i]<=-1 and self.packcrnt[i-1]<=-1 and self.packcrnt[i+1]<=-1 and self.packcrnt[i]>-100: #判读满充状态
|
|
|
|
|
|
+ elif self.packcrnt[i]<=-1 and self.packcrnt[i-1]<=-1 and self.packcrnt[i+1]<=-1 and self.packcrnt[i]>-1: #判读满充状态
|
|
standingtime=0
|
|
standingtime=0
|
|
self._celltemp_weight(i)
|
|
self._celltemp_weight(i)
|
|
cellvolt_now=self._cellvolt_get(i).tolist()
|
|
cellvolt_now=self._cellvolt_get(i).tolist()
|