Hello,
I was wondering if there is a way to store the simulated values, for instance, getting a 2 column matrix (the first column containing the time and the second the related simulate value) or something similar.
Thank you so much in advance,
Gabri
Try to search about variable filter in OpenModelica. It uses Regex to match a variable name(s) to filter(s). You can then save the result as csv, mat or plt.
cheers