Hi,
I notice that when using calculated tables in my model I almost always want the calculated table to only update when the model is stopped. The calculated table is only used to display some statistics that I need at the end of the simulation. I know how to get this behaviour (by setting the update mode to manual and calling the update function in the OnModelStop), but it might be nice if we could get an option in the GUI of the calculated table to select that we want to only update it when the model is stopped.
Thanks