Converting a model to use Neosim

This document is about the conversion of an existing model into a Neosim module. It explains the difference between the original source code and the new source code that uses Neosim interfaces as well as the new programming approach of the model.




Running the simulation :

To run a simulation, first set the parameters in the NeuroML file (as explained in the
parametrisation chapter), then use the following command :

java -jar nmllauncher.jar [options] [neuroml file]

And where [neuroml file] is the path of a NeuroML file of .xml extension.

Getting results



Previous Page