Converted from SourceForge issue 3377250, submitted by jlstevens
Submit Date: 2011-07-25 15:21 GMT
I have looked for a clean way to remove a connection cleanly from the model but to no avail.
This can be useful as a lot of state associated with the cfs are initialised when a connection is instantiated and that information can be useful in informing the rest of the model. In particular, when trying to implement lateral propagation delays, I've found myself wanting to create a connection in order to find the bounds of the cfs before using those bounds in new connections.
The original connection becomes superfluous to the model and it would be nice to be able to remove it cleanly.
Converted from SourceForge issue 3377250, submitted by jlstevens Submit Date: 2011-07-25 15:21 GMT
I have looked for a clean way to remove a connection cleanly from the model but to no avail.
This can be useful as a lot of state associated with the cfs are initialised when a connection is instantiated and that information can be useful in informing the rest of the model. In particular, when trying to implement lateral propagation delays, I've found myself wanting to create a connection in order to find the bounds of the cfs before using those bounds in new connections.
The original connection becomes superfluous to the model and it would be nice to be able to remove it cleanly.