NEST models

This is a guide for the NEST models (e.g. neurons, simulators or synapses) in NEST Desktop.

Below the icon for the project section, you can see the one of the model section, where you can

  • read documentation on models,

  • explore model activities or

  • edit model configurations.

Navigation list

../_images/model-nav.png

Models are enlisted in the right side navigation bar. You can select a model to read its documentation, its activity or to edit its configuration.

Above the model list you will find a search field and tags which you can use to filter models in the list. Selected filter tags appear as chips under the search field.

In order to select a tag you need to click on the filter icon left to the search field. Multiple filter tags can be applied. Selected filter tags can be removed (click on close icon x).

Filter tags for displaying models in the list

../_images/models-filter-tag.png
Installed:

Show models which are installed in NEST Desktop

GitHub:

Show models which are provided in an own GitHub repository

Neuron/stimulator/recorder/synapse:

Show models of the selected element type

Model menu

../_images/models-menu.png

By clicking the right mouse button on the model icon, a menu appears where you can select actions for models.

Import model(s)

You can import models from various sources, e.g. a file you uploaded from you computer, a file from a GitHub repository or from a specified URL.

Note

Model files should be formatted in JSON.

When you select Import from GitHub, choose an element type and then a JSON file of your desired model group which includes all functions of synapse currents.

The table shows a list of models from which you can select which ones you want to import.

../_images/models-import.png


Documentation

../_images/model-documentation.png

The model documentation shows a help text of a model fetched from the NEST Simulator directly. It contains only raw text and thus, no formatted equations, tables and links. The button MORE directs to the official (and styled) documentation of NEST Simulator.

Explore activity of a neuron model

../_images/model-activity-explorer.png

You can explore the activity dynamics of neuron models. First, choose a simulation to see the neuronal response to a specific stimulus device.

Then start the simulation by clicking on the Simulate button.

You can use the code editor to see changes in activity.

Note

It is important to disable the simulation with Insite.

../_images/model-activity.png

Model editor

The model editor allows you to make changes in parameter specifications, e.g. default value, unit, label or inputs.

../_images/model-editor.png