Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Discuss Simulation General Mechanical Python Script to save Total deformation and Stress in a specific location (image Reply To: Python Script to save Total deformation and Stress in a specific location (image

pavankonchada123
Subscriber

I want to run this journal file to extract the images

result1 = system1.GetContainer(ComponentName="Results")
result1.Edit(Interactive=False)

DSscript = open("D:scrt.py", "r")
DSscriptcommand=DSscript.read()
DSscript.close()
result1.SendCommand(Language='Python', Command = DSscriptcommand)

[bingo_chatbox]