You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we direct the simulation results to multiple files and CACE still be able to fetch the correct results corresponding to the different specs? That would be useful in the following scenario: suppose you're running a very long transient simulation using ngspice and you're doing multiple measures that you want to report along with the transient waveforms. In this case, to my knowledge, you'll have to write the transient data as an array using "wrdata" and will need to echo the measures - single numbers- to another file -not sure if the single numbers can be inserted into the array somehow and still be fetched by CACE- and in this scenario, CACE should be able to read the two files, otherwise we'll have to run the same time-consuming transient simulation twice (first for the plots, then for the measures)
The text was updated successfully, but these errors were encountered:
Can we direct the simulation results to multiple files and CACE still be able to fetch the correct results corresponding to the different specs? That would be useful in the following scenario: suppose you're running a very long transient simulation using ngspice and you're doing multiple measures that you want to report along with the transient waveforms. In this case, to my knowledge, you'll have to write the transient data as an array using "wrdata" and will need to echo the measures - single numbers- to another file -not sure if the single numbers can be inserted into the array somehow and still be fetched by CACE- and in this scenario, CACE should be able to read the two files, otherwise we'll have to run the same time-consuming transient simulation twice (first for the plots, then for the measures)
The text was updated successfully, but these errors were encountered: