Special computations

If you overlay several ‘special computation objects’ in a view (like a bunch of parameter variation graphs) and you have de-activated their option ‘Automatic re-computation’, the view update requires many mouse clicks.

Not any more: You can now use a script to update all objects with a single click. Define a script and pass the object command ‘update’ to all objects. Here is an example showing how to re-compute 3 special computation objects named sc1, sc2, and sc3:

object command, sc1,update

object command, sc2, update

object command, sc3,update

update plot