🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

prevent Result History from deleting

User: "Yinnon-LC"
New Altair Community Member
Updated by Jocelyn
Hi,

I'm running a lot of simulations, and many times I would like to return to a previous result.
The awesome "Result History" is perfect for that, but the history keeps deleting after about 20 simulations.
Is there a way to keep all the history or at least increase buffer size?

Thanks!

Yinnon

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "JEdward"
    New Altair Community Member
    You can use the Store operators to save results in the repository (use macros to give them timestamped names).  You can then return to them even if the computer turns off.  Clear the folder when you don't need them anymore. 
    User: "Marco_Boeck"
    New Altair Community Member
    Hi,

    the history is very problematic in terms of memory consumption. Thus it will delete old results based on your memory usage.
    If you want to revisit old results later, please follow the suggestion posted above. You could add a timestamp to your "Store" operator so that you have a nice history in your repository. To do that, simply put something like "%{t} - My Result" as the repository entry parameter where %{t} is the current date and time.

    Regards,
    Marco