Changes for page NEST Simulator
Last modified by abonard on 2025/04/10 15:15
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -56,15 +56,4 @@ 56 56 **Level**: advanced(%%) **Type**: user documentation 57 57 58 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 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 -=== [[Introduction to PyNEST – Connecting networks with synapses>>https://nest-simulator.readthedocs.io/en/v3.3/tutorials/pynest_tutorial/part_3_connecting_networks_with_synapses.html||rel=" noopener noreferrer" target="_blank"]] === 65 - 66 -**Level**: advanced(%%) **Type**: user documentation 67 - 68 -After you have worked through this material, you will know how to: 69 -set synapse model parameters before creation, define synapse models with customised parameters, use synapse models in connection routines, query the synapse values after connection, set synapse values during and after connection. 70 -