sasha.c
Newbie
Hello everyone,
I am trying to automate the process of importing different sNp files--> simulate-->export the result using AEL.
But I keep getting this error message: "foreground simulation is already running." after the first simulation.
Even if I insert de_release_simulator() multiple times after simulation.
I was assuming
(1.)simulation might be aborted too quickly (without a wait-time) before simulation is finished,
or (2.) de_release_simulator() might need a wait-time to deliver its message. The next simulation might be invoked before releasing the simulator without a wait-time.
So I tried inserting a 6 second delay after calling de_analyze() and after de_release_simulator().
Unfortunately none of the above methods work...
Any advice would be appreciated!
I am trying to automate the process of importing different sNp files--> simulate-->export the result using AEL.
But I keep getting this error message: "foreground simulation is already running." after the first simulation.
Even if I insert de_release_simulator() multiple times after simulation.
I was assuming
(1.)simulation might be aborted too quickly (without a wait-time) before simulation is finished,
or (2.) de_release_simulator() might need a wait-time to deliver its message. The next simulation might be invoked before releasing the simulator without a wait-time.
So I tried inserting a 6 second delay after calling de_analyze() and after de_release_simulator().
Unfortunately none of the above methods work...
Any advice would be appreciated!
Last edited: