Hello everyone,
I am currently working on a 2D FEA thermal simulation on Ansys Mechanical for which I am using a script as I have a lot of different boundary conditions to use. I have field temperature I would like to save at each iteration of my script, see just after :

This last field being the result of the user defined expression.
The question is then simple, how save this picture at each iteration of my script ? I know that I can save the current image (I mean the one which appears at the screen) with the following command but how specify that I want to save the picture of the user defined result ?
Ansys.Mechanical.Graphics.GraphicsImageExportSettings().CurrentGraphicsDisplay
Thank you !
Pierre