Converting a model to use Neosim

This document is about the conversion of an initialy c++ programmed 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.




How to use NeuroML to parametrize a simulation :

The best is to use the
sample file as a template.
The steps to describe a simulation are :


Defining the entities


Defining the network


Defining the destination and source methods


Defining the simulation's controls


Defining the external modules used



Previous Page Next Page