Re: Problem with Composite actor and multiport output port

2006-02-22 Thread Erwin De Ley
/2006, Erwin De Ley wrote: Thank you for this explanation. Unfortunately, the users in our case are not computer scientists, and it is indeed confusing for them. (and I must admit that this seems also not the most intuitive for myself as well ;-) ) As far as they are concerned, the relations

Re: end of model execution callback

2008-01-15 Thread Erwin De Ley
Hi Vincent, You can implement a ptolemy.actor.ExecutionListener, and do a ptolemy.actor.Manager.addExecutionListener(...) before launching the model through the manager. Then you are notified of the end of a model execution, but e.g. also when there's an exception during the execution.