copy odb using python
copy odb using python
(OP)
Hi all,
I would like to add some custom fieldOutputs to an odb and I wish to save the results using a different name for the odb, in order not to mess up the original odb. For how much I tried I cannot find a solution, it seems that I can only save an odb with using its original name/path . Does anybody know how to do that?
Thanks
I would like to add some custom fieldOutputs to an odb and I wish to save the results using a different name for the odb, in order not to mess up the original odb. For how much I tried I cannot find a solution, it seems that I can only save an odb with using its original name/path . Does anybody know how to do that?
Thanks





RE: copy odb using python
Then you can open one file and modify it.
RE: copy odb using python
RE: copy odb using python
If you want to have only your custom field in the ODB and not the original results, then you could run another datacheck with the original .inp and then add your field into this ODB.