Hello, So I ran a parametric sweep with ADEXL and sets a history tag name. Then, later in Ocean I use axlReadHistoryResDB() to load the simulation results from that history, and use the ResDB data structure and openResults() to load simulation results from a particular parametric sweep point. However, I can't figure out how to access the outputs defined by the ADEXL in the GUI. It exists as an output in the ResDB data structure, but if the output is a signal instead of a scalar there is no data associated with it. How can I access the output in ocean? Can I at least get the ocean expression associated with the output and evaluate it to recover the data?
↧