Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSorry, I should be a little more clear on my intent. I'm trying to export all the wave signal's simulated data, not just the list of signals names to Python.
The only way I've found to do this is to first export the wave data to the List window, then Export it as Tabular data. So, I'm trying to put together a generic TCL script that will automatically export whatever simulated data is in my Wave window to a file for import in Python. Seemingly I have to push all the data to the List window first, then I can export it. (Perhaps there is a better way?)