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)