Group inp files

This commit is contained in:
WQY\qiong
2022-11-18 22:02:42 +08:00
parent 53ffcb6e0f
commit c620faadca
29 changed files with 5 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ def read_inp(project: str, inp: str):
create_project(project)
open_project(project)
execute_batch_commands(project, cs)
execute_batch_command(project, cs)
def dump_inp(name: str, inp: str):

View File

@@ -1,7 +1,10 @@
from tjnetwork import *
# bwsn fail to update control ...
file = 'fengxian'
def inp2db():
read_inp('net3', './inp/net3.inp')
read_inp(file, f'./inp/{file}.inp')
if __name__ == '__main__':
inp2db()

0
inp/Fail/bwsn_control Normal file
View File