Warning

This version of the documentation is NOT an official release. You are reading the documentation version which is in active and ongoing development.

Basic Usage Guide

This is a basic usage guide for the Graphical User Interface (GUI) of NEST Desktop.

Note

You can reload the application (Strg+R or F5) if NEST Desktop has somehow crashed.


Video tutorial

First steps

The video shows the first steps to construct a network and explore its activity.

You can tryout NEST Desktop as a restricted live demo without the simulation backend.


Conceptual approach

NEST Desktop enables to construct a neuronal network model graphically and to perform a simulation experiment. Thus, no programming skills are required.

../../_images/conceptual-approach.png

Step 1: Construct

Construct network

If you want to construct a network, you will have to open the network editor. The network editor shows the network graph composed of nodes (shapes) and connections (lines).


../../_images/create-nodes.gif
Create nodes

In order to create a new node, you can click with the right mouse button in the network editor and a pie panel with three letters appears to select an element type. A node is divided into three element types: stimulus (S), recording (R) device and neuron (N). Then it creates a node of the selected element type.


../../_images/connect-nodes.gif
Connect nodes

Forming a network of nodes is defined by making connections between and within nodes. In order to connect nodes, you can click on a connector of a node, then move the mouse towards anther node and finally click on a target node. It creates a connection between source and target nodes.

Hint

By pressing the hotkey Alt and clicking a node at the same time, you enable the connecting mode or continue connecting other nodes.


Select model and parameters

You are able to select the model of a node in the network controller. Then it shows a list of parameters which you might want to work on. Finally, you are able to change the values of visible parameters.

../../_images/edit-node.gif

Step 2: Simulate

Simulate networks

You can click on the SIMULATE button to start the simulation of your network. In the code editor you can inspect the generated script code.

../../_images/simulation-button.gif

Step 3: Analyze

Explore activity

The network activity is composed of neuronal properties (neuron positions and ids) and recorded events from recording devices. Events can be subdivided in two groups: spike events and analog signals. Spike events contain times and ids of the senders emitting events to the recording devices which can be considered as collectors (spike recorder). Analog signals contain continuous quantities from the recording devices aka samplers (voltmeter or multimeter) which query their targets at given time intervals. Network activity can be explored in Activity chart graph ( or ) Activity animation graph (), or Activity statistics ().