hbp_nrp_cle.brainsim.nest.NestCommunicationAdapter module

NestCommunicationAdapter

class NestCommunicationAdapter[source]

Bases: hbp_nrp_cle.brainsim.common.__AbstractCommunicationAdapter.AbstractCommunicationAdapter

Represents the communication adapter to the neuronal simulator

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

initialize()[source]

Marks the NEST adapter as initialized

is_population(population)[source]

Determines whether the given object is a population

Parameters

population – The object that may be a population