Unable to add an event block to a reaction rate in SimBiology

1 view (last 30 days)
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.

Accepted Answer

Sietse Braakman
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
Sietse Braakman on 25 Mar 2020
If you right-click on the parameter in the browser, you can 'Change Scope', see the screenshot betlow.

Sign in to comment.

More Answers (0)

Communities

More Answers in the  SimBiology Community

Categories

Find more on Extend Modeling Environment in Help Center and File Exchange

Tags

Products


Release

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!