Hello,
I was recently wondering how plug-ins can affect Ionic models and, in particular, which parts of the Ionic model plug-ins can influence. If you look at most of the plug-ins in openCARP, the most obvious answer is clear: plug-ins can modify Iion externally via something like: Iion += some_variables; These can be other equations calculating currents inside the plug-in code, constants, parameters or the transmembrane voltage.
Is it also possible to modify other variables in a similar way, and what are the prerequisites or limitations involved?