hbp_nrp_cle.brainsim.nengo.NengoInfo module¶
This module contains a base class how Nengo populations are handled
-
class
NengoPopulationInfo(population, name, parameters)[source]¶ Bases:
hbp_nrp_cle.brainsim.BrainInterface.PopulationInfoThe Nengo implementation of populations
-
property
celltype¶ Gets the celltype of the population
-
property
gids¶ Dummy implementation as Nengo does use GIDS
- Returns
Array of consecutive ids with a size equal to the number of neurons, starting with id 0.
-
property
indices¶ Dummy implementation as Nengo does use Indices
- Returns
Array of consecutive ids with a size equal to the number of neurons, starting with id 0.
-
property
name¶ Gets the population name
-
property
parameters¶ Gets the parameters of a the population as dict
-
property
population¶ Gets the population itself
-
property