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.

Is it possible to describe a component with C or C++ and use it in ADS?

Status
Not open for further replies.

hellotxn

Member level 4
Joined
Dec 11, 2003
Messages
79
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
575
Is it possible to describe a component with C or C++ and use it in ADS?if can,how to make it?

Thanks!
 

@DS&Visual C

Hi,

ADS has an interface with matlab, and matlab has an interface with C/C++. This may connect ADS with C/C++. But if you want to describe some user defined components, a simple way is to use AEL to do it. AEL is a script language which used by ADS. Using this language, you can perform all the tasks of ADS and also AEL has some built-in functions for file accessing, API etc. It is a C based language.
 

Re: @DS&Visual C

alanphydenics said:
Hi,

ADS has an interface with matlab, and matlab has an interface with C/C++. This may connect ADS with C/C++. But if you want to describe some user defined components, a simple way is to use AEL to do it. AEL is a script language which used by ADS. Using this language, you can perform all the tasks of ADS and also AEL has some built-in functions for file accessing, API etc. It is a C based language.



I want to learn AEL, but I have no idea how to do. Can you give me some advice.
Or, some examples.
Thanks!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top