nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
45 stars 46 forks source link

Support priorities for onCondition blocks #981

Open clinssen opened 8 months ago

clinssen commented 8 months ago

For conditions that simultaneously become true, or that need to be evaluated in a certain order, we can add support for the "priority" attribute of event handlers (onReceive blocks).