Hi there,
Could someone advise if there is some documentation that describes how one can extract simulation data into a text file for post processing outside of ADS? I have a harmonic balance simulation and would like to export the simulated power levels, impedances & bias conditions. And if possible write the data in a format that will be useful to the application (is it possible to do it with AEL perhaps?). I've tried putting all the data into a table (in the data display page) and exporting an ascii file, but it's a little messy. Any help is appreciated.
Daniel
Could someone advise if there is some documentation that describes how one can extract simulation data into a text file for post processing outside of ADS? I have a harmonic balance simulation and would like to export the simulated power levels, impedances & bias conditions. And if possible write the data in a format that will be useful to the application (is it possible to do it with AEL perhaps?). I've tried putting all the data into a table (in the data display page) and exporting an ascii file, but it's a little messy. Any help is appreciated.
Daniel
If you have Matlab available, a MatlabOutput block is really usefull to get the simulation data out of ADS.
The MatlabOutput block generates a .mat file which contains a struct that is quite messy, but it's easy to write some code to return the data in a more convenient way.