on_load

From ASCEND
Revision as of 00:35, 4 April 2011 by Jpye (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An on_load METHOD in a MODEL will automatically be run when the model is loaded in the PyGTK GUI. This is useful for putting your model into a readily-solved configuration, allowing the user to more easily play around with your model and using it to solve different problems with different parameters.

See also METHODS.