final commit

This commit is contained in:
2025-03-27 19:17:46 +08:00
parent 62200a9fe4
commit 14c08cca31
5 changed files with 10 additions and 9 deletions

View File

@ -153,7 +153,7 @@ def run_rl(path, sub, hr, md, config_file, prj_file, result_dirs, avs, w2t):
get_init_speed = float(ws.cell(row=3, column=2).value)
single_brake = str(ws.cell(row=4, column=2).value)
pon = ws.cell(row=5, column=2).value
io_name = ws.cell(row=6, column=2).value.upper()
io_name = ws.cell(row=6, column=2).value.upper().strip()
wb.close()
w2t(f"基本参数配置write_diagnosis(废弃) = {write_diagnosis}, get_init_speed = {get_init_speed}, single_brake = {single_brake}, pon = {pon}\n")