Strange behaviour of iafRefCell after NEURON export
Have a look at this commit in my granule cell model repo, and specifically the synaptic_transmission_test simulation configuration (not synapse_test!). The good news is that the NEURON export works somehow, provided you use the latest NeuroML definitions from my stp branch, recompile jnml and put the jar in nC's jNeuroMLjar directory. What I don't like so much is quite evident if you compare the result of the simulation in NEURON and jnml (or jlems): it seems to me that the refractory regime is not working as it should. It prevents the cell from firing, but it doesn't prevent the voltage from changing in response to the injected current.
Waiting for Robert to check the behaviour of iafRefCell on jLEMS...