dc_generator - provides DC input current
SLI
The dc current can be altered in the following way:
/dc_generator Create /dc_gen Set % Creates a dc_generator, which is a node
dc_gen GetStatus info % View properties (amplitude is 0)
dc_gen << /amplitude 1500. >> SetStatus
dc_gen GetStatus info % amplitude is now 1500.0
The DC-Generator provides a constant DC Input
to the connected node. The unit of the current is pA.
The following parameters can be set in the status dictionary:
\verbatim embed:rst
========== ====== =============================
amplitude pA Amplitude of current
========== ====== =============================
\endverbatim
CurrentEvent
The dc_generator is rather inefficient, since it needs to
send the same current information on each time step. If you
only need a constant bias current into a neuron, you should
set it directly in the neuron, e.g., dc_generator.
docu by Sirko Straube
/var/www/debian/nest/nest-simulator-2.18.0/models/dc_generator.h