Unable to add an event block to a reaction rate in SimBiology
1 view (last 30 days)
Show older comments
Jacopo Biasetti
on 25 Mar 2020
Commented: Sietse Braakman
on 25 Mar 2020
I'm unable to add an event block to a reaction rate block (ke) in SimBiology diagram view (taken from the help page "Model Views in SimBiology App") - please see attached file. When I connect the two blocks the event block for the reaction rate block is still undefined.
0 Comments
Accepted Answer
Sietse Braakman
on 25 Mar 2020
Hi Jacopo,
The parameter you are adding the event function to, ke, is currently "reaction-scoped". If you change the scope of your parameter ke to be "model-scoped" you will be able to add the event function to ke. Note that you will have to change your EventFunction to from reaction2.ke = ... to ke = ....
This behavior is rooted in SBML standards but it would be helpful for us to understand why you want ke to be reaction-scped as opposed to model-scoped. Is there a particular reason why you want ke to be reaction-scoped?
Let me know if that helps.
Best,
Sietse
2 Comments
Sietse Braakman
on 25 Mar 2020
If you right-click on the parameter in the browser, you can 'Change Scope', see the screenshot betlow.
More Answers (0)
Communities
More Answers in the SimBiology Community
See Also
Categories
Find more on Extend Modeling Environment in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!