微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 电磁仿真讨论 > Is it futile to simulate different circuits one after the other in ADS through AEL?

Is it futile to simulate different circuits one after the other in ADS through AEL?

时间:03-29 整理:3721RD 点击:
Hi All,

I am trying to do Image Rejection Ratio simulations in ADS which I have to run two circuits, one after the other. It will be nice to have an AEL program to run one circuit (.dsn files) after the other automatically, instead of manually waiting for one circuit to finish simulations before simulating the other.

I tried the AEL program below :

Code dot - [expand]
1
2
3
4
5
6
7
8
9
10
11
/*Simulate T_P_IM*/
de_set_window_by_sequence(1, 0);
de_analyze();
sleep(10);
de_release_simulator();
 
/*Simulate T_P_RF*/
de_set_window_by_sequence(1, 1);
de_analyze();
sleep(5);
de_release_simulator();
However have gotten the error :



Each simulations only take 2 seconds, yet the de_release_simulator(); and sleep(5) did not help.

Any tips or directions will be appreciated!

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top