-
Notifications
You must be signed in to change notification settings - Fork 0
Exporter
-
The variables in the namespace are translated as parameters.
-
If a refractory condition is encountered, 2 regimes are created : integrating and refractory with the integrating regime initialized to true. The threshold condition becomes the 'OnCondition' for the integrating regime, with a transition to the refractory regime, and a 'spike' eventout. The 'OnCondition' for the refractory regime is given by the refractory condition of the Neurongroup, with a transition to the integrating regime. If there is a refractory condition, it is translated as an state assignment in the 'OnEntry' condition in the refractory regime.
-
If there is no refractory condition, there are no regimes created.
Differential Equations -> TimeDerivative in Dynamics
Threshold -> OnCondition in Dynamics
Reset -> StateAssignment inside OnCondition in dynamics
-
All the variables used in time derivatives or in State Assignments are translated as state variables
-
All equations of type 'subexpression' or 'parameter' are translated as Derived Variables.