pynn_brainscales.brainscales2.simulator.ID
-
class
pynn_brainscales.brainscales2.simulator.
ID
(n) Bases:
int
,pyNN.common.populations.IDMixin
Instead of storing ids as integers, we store them as ID objects, which allows a syntax like:
p[3,4].tau_m = 20.0
where p is a Population object.
-
__init__
(n) Create an ID object with numerical value n.
Methods
__init__
(n)Create an ID object with numerical value n.
Attributes
-