Warning:  Due to planned infrastructure maintenance, the EBRAINS Wiki and EBRAINS Support system will be unavailable for up to three days starting Monday, 14 July. During this period, both services will be inaccessible, and any emails sent to the support address will not be received.

Attention: The EBRAINS Chat will down on Thursday, the 10th of July 2025 starting from 18.00pm CEST (my timezone) for up to 1 hour. 

Warning: The EBRAINS Drive, EBRAINS Bucket and EBRAINS Lab will down today, Wednesday, the 9th of July 2025 starting from 19:30 CEST (my timezone) for up to 1 hour.


Changes for page NEST Simulator

Last modified by abonard on 2025/06/13 16:09

From version 53.1
edited by abonard
on 2025/06/13 16:09
Change comment: There is no comment for this version
To version 22.1
edited by abonard
on 2025/04/10 15:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -51,4 +51,14 @@
51 51  **Level**: advanced(%%) **Type**: user documentation
52 52  
53 53  We will be implementing the simple network from the introduction to this tutorial.
54 +=== [[MUSIC tutorial – MUSIC with SLI>>https://nest-simulator.readthedocs.io/en/v3.3/tutorials/music_tutorial/music_tutorial_sli.html||rel=" noopener noreferrer" target="_blank"]] ===
54 54  
56 +**Level**: advanced(%%) **Type**: user documentation
57 +
58 +We won’t discuss the code extensively as learning SLI is really outside the scope of this tutorial. The code follows the same structure as the other examples, and should be straightforward to follow. But we will give a few pointers for how to connect things with MUSIC.
59 +=== [[MUSIC tutorial – MUSIC Connections in C++ and Python>>https://nest-simulator.readthedocs.io/en/v3.3/tutorials/music_tutorial/music_tutorial_3.html||rel=" noopener noreferrer" target="_blank"]] ===
60 +
61 +**Level**: advanced(%%) **Type**: user documentation
62 +
63 +Let’s take a look at a pair of programs that send and receive spikes. These can be used as inputs or outputs to the NEST models we created above with no change to the code. C++ code tends to be somewhat longwinded so we only show the relevant parts here.
64 +