Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

exporting data from ansys

Status
Not open for further replies.

maxibonne

Mechanical
Oct 5, 2008
29
i would like to export data from a Path, into notepad. i can't find from the path operations menu which is the command. any help please?
 
Replies continue below

Recommended for you

In GUI:
List -> results -> path data -> file -> save as..

In script:
/OUTPUT,filename,extension, ! redirects output to file
PRPATH,_UX,_UY ! prints path data
/OUTPUT ! resets output redirection

but both solutions result in text file divided into pages.

The other way is to save values from all path points to a variable and export them into file:

*CFOPEN,filename,ext,,APPEND

*do,k,1,path_division
PSEL,itemname,pathname
*get,variable,PATH,0,ITEM,itemname,pathpt,k
*end

*vwrite,variable
%f

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor