Hydraulique2000
Mechanical
- Jun 7, 2016
- 1
Hello everybody,
I am beginning with Ansys script. I want to use Matlab/Scilab to launch Ansys ( this part is ok for me) and then I would like Ansys open a file .wbpj. In this file I have boxes (Geometry, Modale,...).
My firt lines are:
Scilab:
workbench_path=ehtbx_perso('workbench');
dos(add_quotes(workbench_path)+" -D"+add_quotes("C:\lmessage\meca\FEAinnR.txt"));
FEAinnr.txt:
Open(FilePath="C:\lmessage\meca\exemple2.wbpj")
I do thank you for your help because I am deseperated...
All suggestions are welcome !!!
C U soon
I am beginning with Ansys script. I want to use Matlab/Scilab to launch Ansys ( this part is ok for me) and then I would like Ansys open a file .wbpj. In this file I have boxes (Geometry, Modale,...).
My firt lines are:
Scilab:
workbench_path=ehtbx_perso('workbench');
dos(add_quotes(workbench_path)+" -D"+add_quotes("C:\lmessage\meca\FEAinnR.txt"));
FEAinnr.txt:
Open(FilePath="C:\lmessage\meca\exemple2.wbpj")
I do thank you for your help because I am deseperated...
All suggestions are welcome !!!
C U soon