• 易迪拓培训,专注于微波、射频、天线设计工程师的培养
首页 > ADS > ADS FAQ > 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?

录入:edatop.com    点击:
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!

申明:网友回复良莠不齐,仅供参考。如需专业帮助,请学习易迪拓培训专家讲授的ADS视频培训课程

上一篇:Signal Processing block in an ADS schematic diagram circuit
下一篇:Keysight ADS rise time andfall time simulation

ADS培训课程推荐详情>>

  网站地图