hbp_nrp_cle.brainsim.pynn.PyNNCommunicationAdapter module

PyNNCommunicationAdapter

class PyNNCommunicationAdapter[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 PyNN adapter as initialized

is_population(population)[source]

Determines whether the given object is a population

Parameters

population – The object that may be a population