hbp_nrp_cle.brainsim.pynn package¶
This package contains the brain adapter implementation relying on the PyNN neuronal simulator abstraction layer.
-
class
PyNNPopulationInfo
(population, name, parameters)[source]¶ Bases:
hbp_nrp_cle.brainsim.BrainInterface.PopulationInfo
The PyNN implementation of populations
-
property
celltype
¶ Gets the celltype of the population
-
property
gids
¶ Gets the global unique identifiers for this population
-
property
indices
¶ Gets the population info indices
-
property
name
¶ Gets the population name
-
property
parameters
¶ Gets the parameters of a the population as dict
-
property