Group inp files
This commit is contained in:
@@ -213,7 +213,7 @@ def read_inp(project: str, inp: str):
|
|||||||
create_project(project)
|
create_project(project)
|
||||||
open_project(project)
|
open_project(project)
|
||||||
|
|
||||||
execute_batch_commands(project, cs)
|
execute_batch_command(project, cs)
|
||||||
|
|
||||||
|
|
||||||
def dump_inp(name: str, inp: str):
|
def dump_inp(name: str, inp: str):
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
from tjnetwork import *
|
from tjnetwork import *
|
||||||
|
|
||||||
|
# bwsn fail to update control ...
|
||||||
|
file = 'fengxian'
|
||||||
|
|
||||||
def inp2db():
|
def inp2db():
|
||||||
read_inp('net3', './inp/net3.inp')
|
read_inp(file, f'./inp/{file}.inp')
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
inp2db()
|
inp2db()
|
||||||
0
inp/Fail/bwsn_control
Normal file
0
inp/Fail/bwsn_control
Normal file
Reference in New Issue
Block a user