You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For certain application it would be nice to also add a duration field stating for how long an event is applied. For example;
PEtabEvent(t ==3, S, duration=20)
would mean that a new value is added to S at t == 3, and then in this case at t == 2 the effect is reversed. Would only be applicable for events triggered at a specific time point, and for application where a state/parameter is set to a specific value (e.g. if the affect is to complicated deriving the reverse affect is hard).
At a lower level, this would entail building another callback with the reverse effect (invert the affect field), which should be quite straightforward.
The text was updated successfully, but these errors were encountered:
Currently
PEtabEvent
looks like:For certain application it would be nice to also add a
duration
field stating for how long an event is applied. For example;would mean that a new value is added to S at t == 3, and then in this case at t == 2 the effect is reversed. Would only be applicable for events triggered at a specific time point, and for application where a state/parameter is set to a specific value (e.g. if the affect is to complicated deriving the reverse affect is hard).
At a lower level, this would entail building another callback with the reverse effect (invert the affect field), which should be quite straightforward.
The text was updated successfully, but these errors were encountered: