Hello,
In ADS2012.08, how can I get my custom AEL code to compile only for a given workspace? Do I need to place the .ael files in a workspace location and point to them using the LOCAL_AEL variable?
In general, I am new to AEL code writing. I have been reading the Agilent documentation online, but I am having trouble with compiling within a workspace and debugging AEL code.
Does Agilent offer AEL training?
Does anybody have a good place to go for simple examples?
I want to create custom variable equations (functions) in schematics, as well as in the data display.
Thanks.
In ADS2012.08, how can I get my custom AEL code to compile only for a given workspace? Do I need to place the .ael files in a workspace location and point to them using the LOCAL_AEL variable?
In general, I am new to AEL code writing. I have been reading the Agilent documentation online, but I am having trouble with compiling within a workspace and debugging AEL code.
Does Agilent offer AEL training?
Does anybody have a good place to go for simple examples?
I want to create custom variable equations (functions) in schematics, as well as in the data display.
Thanks.
I do not know of a way to get custom AEL code to compile only for a given workspace, but maybe someone else knows how to do this. On our Knowledge Center there are many examples of custom AEL functions that compute certain things. I wrote a document about how to write custom AEL measurement expressions: http://edocs.soco.agilent.com/display/eesofkcads/Writing+custom+AEL+measurement+expressions
There are many AEL functions you can see in the ADS installation directories under $HPEESOF_DIR/expressions/ael/
These tend to be written to be more robust (but are also more complex) than the examples you find on our Knowledge Center.
Andy Howard