Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

ADS 2019 Problem in running simulation back to back

Status
Not open for further replies.

sasha.c

Newbie
Joined
Dec 4, 2020
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
18
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!
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top