Skip to content

Exporter

snigdha edited this page Aug 21, 2015 · 4 revisions
  1. The variables in the namespace are translated as parameters.

  2. 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.

  3. 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

  4. All the variables used in time derivatives or in State Assignments are translated as state variables

  5. All equations of type 'subexpression' or 'parameter' are translated as Derived Variables.

Clone this wiki locally