添加小板程序版本读取

This commit is contained in:
ranchuan
2024-03-12 17:04:07 +08:00
parent 5aa013e168
commit 5bd29dd25d
11 changed files with 164 additions and 26 deletions

View File

@@ -260,6 +260,9 @@ class sch_data(object):
for row in check_data:
# 这里过滤检测异常的结果
# if(row[3]==0):
err=str(row[3])
if((err=='3') or (err=='20') or (err=='208') or (err=='255')):
continue
s=row[5].split(',')
for i in range(len(s)):
data_list[i].append(int(s[i]))