Combine odbs (by python script)
Combine odbs (by python script)
(OP)
Hi,
i have many job.odbs which i should combine in order.
I know the command: abaqus restartjoin originalodb=test.odb restartodb=test2.odb copyoriginal (a)
I also know the possibility to copy the interest values of the odb "by hand"(python script).
But i am searching a way to call the command (a) directly out of the script, with the aim to combine all whole job odbs.
Best regards and many thx
i have many job.odbs which i should combine in order.
I know the command: abaqus restartjoin originalodb=test.odb restartodb=test2.odb copyoriginal (a)
I also know the possibility to copy the interest values of the odb "by hand"(python script).
But i am searching a way to call the command (a) directly out of the script, with the aim to combine all whole job odbs.
Best regards and many thx





RE: Combine odbs (by python script)
Or you create a batch file with these commands and execute that file manually or with the script.
RE: Combine odbs (by python script)
If a further question: i have some print outs in the script. can i save these outputs (shown in abaqus windows) to a file?
edit: i have problem. i want to start test the batch file but after the first merge the file closed. All commands after the first abaqus restartjoin... will not be accomplished
--> EDIT: solved intern in python script without batch file