I am running back-to-back simulations, and I have to output a couple of data files after each simulation by using MeasEqn. My AEL code is able to choose run individual mode or batch mode. When in individual mode, the output data file looks normal. But when in batch mode, sometimes the ADS outputs right files, but for a lot of cases, it doesn't. I put 60000 mSec in api_set_timer( ) function because I was suspicious there is some delay in system. It doesn't help.
Any suggestions for my case?
Any suggestions for my case?
Make sure you do close the output file(s) with a fclose() after each simulation/output. Besides that, I don't know. You may need to send some sampel code to EEsof Technical support for further help.
-Mats