We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

Ansys Learning Forum Forums Discuss Simulation General Mechanical Running the system sequentially Reply To: Running the system sequentially

Aniket
Forum Moderator

Hi like I mentioned, exclude all the commands that update or solve the project. You can add all the BCs and post-processing objects only (do not solve or evaluate anything in the DSscript)

i.e. after model1.SendCommand(Language='Python', Command = DSscriptcommand)

you may need something on the lines of:

resultsComponent1 = system1.GetComponent(Name="Results")
resultsComponent1.Update(AllDependencies=True)

and then you will continue with second system in similar fashion. So the first system will update first and then second will be updated later from workbench page.

-Aniket

How to access Ansys help links

Guidelines for Posting on Ansys Learning Forum