Skip to content

Commit

Permalink
docs: fix nest simulation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
filimarc committed Sep 27, 2024
1 parent 572badb commit 174eb58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/simulation/nest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ and *stimulation* devices, for delivering stimuli.
The ``bsb-nest`` module provides interfaces for NEST devices through the ``NestDevice`` object.
To properly configure a device, you need to specify three attributes:

:guilabel:`weight` : *float* specifying the connection weight between the device and its target (required).
:guilabel:`delay` : *float* specifying the transmission delay between the device and its target (required).
:guilabel:`targeting` : Specifies the targets of the device, which can be a population or a NEST rule.
* :guilabel:`weight` : *float* specifying the connection weight between the device and its target (required).
* :guilabel:`delay` : *float* specifying the transmission delay between the device and its target (required).
* :guilabel:`targeting` : Specifies the targets of the device, which can be a population or a NEST rule.

For example, to create a device named ``my_new_device`` of class ``device_type``, with a weight of 1
and a delay of 0.1 ms, targeting the population of ``my_cell_model``:
Expand Down

0 comments on commit 174eb58

Please sign in to comment.