|
@@ -120,7 +120,7 @@ class BatInterShort():
|
|
|
def _celldeltsoc_get(self,cellvolt_list,dict_baltime,capacity):
|
|
|
cellsoc=[]
|
|
|
celldeltsoc=[]
|
|
|
- for j in range(self.param.CellVoltNums): #获取每个电芯电压对应的SOC值
|
|
|
+ for j in range(self.param.CellVoltNums): #获取每个电芯电压对应的SOC值
|
|
|
cellvolt=cellvolt_list[j]
|
|
|
ocv_soc=np.interp(cellvolt,self.param.LookTab_OCV,self.param.LookTab_SOC)
|
|
|
if j in dict_baltime.keys():
|