hbp_nrp_cle.brainsim.nest.NestInfo module

This module contains a base class how NEST populations are handled

create_view(population, sl)[source]

Creates a view of the given population

Parameters
  • population – The base population

  • sl – The slice of the population that represents the view

is_population(population)[source]

Determines whether the given object is a population

Parameters

population – The object that may be a population