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)