Can ADS be run by command or script?
the ADS GUI is too slow by connection it through the VPN, so does anyone know how to control ADS by command or script? I want to realize the following functions:
1. open the design project
2. open the layout design
3. do momentum simulation
4. when the simulation finish, save the layout component model.
urgent! thanks a lot!
You can do it by AEL.
See the followings.
http://edocs.soco.agilent.com/display/ads2009/AEL
http://edocs.soco.agilent.com/displa...+project%28%29
http://edocs.soco.agilent.com/displa...n+design%28%29
http://edocs.soco.agilent.com/displa...+analyze%28%29
Have you got your problem with ADS sorted? If you still did not solve it you can write an AEL commands in a file. You can start ADS from the command line by executing the following statemet
START ads.exe -m yourfile.ael
ADS will automatically starts and load the commands in your ael file.
I have also been looking for similar sort of thing for Agilent ADS. Where can find I further detail on this?
For instance, how to open Momentum, then change grid settings, open substrate file, change parameter of transmission line, perform simulation, save S-parameter data in some external file, close ADS. How can it be done?
Thanks in Advance
Vivs
- - - Updated - - -
I found question put up in following thread: https://www.edaboard.com/thread206057.html clearly explains my requirement. But I need to a script for Momentum simulation.