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.

AEL files ----------ADS

Status
Not open for further replies.

jayce3390

Full Member level 6
Joined
May 22, 2007
Messages
351
Helped
29
Reputation
58
Reaction score
21
Trophy points
1,298
Activity points
3,287
ads ael expressions installation

Hi,

I am creating user defined AEL files in ADS software, I want to use a AEL function which is related to a data display.

But this function doesn't want to be loaded when I am runing the simulation and then the function is undefined in the dds window.

Could you help me?
 

ads ael

Data Display Expresion AEL files have to be loaded through a file called user_defined_fun.ael. This file can then contain load expressions to load other user define AEL files, i.e. "load("more_user_defined_fun.ael");".

The easiest/quickest way to get the files loaded is then to copy all of the files, user_defined_fun.ael and all the files that it loads into $HOME/hpeesof/expressions/ael and restart ADS. The expressions will then get loaded when the Data Display is opened.
 

    jayce3390

    Points: 2
    Helpful Answer Positive Rating
thank you very much, perfect!!!

It works now, I forgot the "" into the brackets !
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top