Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Variables in a title

Status
Not open for further replies.

ScottMf

Mechanical
Aug 5, 2004
16
0
0
US
I am running a batch file to do modal analysis of a part and output images of the frist n (however many I choose) modes to *.png files. I know ANSYS will automatically name the output files jobnamennn.png, and and incrament nnn after each file is created. Is there some way to insert functionality like this in the title for the image? ie. can I have a command like /TITLE,Frequency nnn where nnn will be a variable I incrament with each plot so the result would be.
/TITLE,Frequency 1
/TITLE,Frequency 2
/TITLE,Frequency 3
.
.
.

Thanks
Scott
 
Status
Not open for further replies.
Back
Top