pynn_brainscales.brainscales2.projections

Classes

Assembly(*populations, **kwargs)

A group of neurons, may be heterogeneous, in contrast to a Population where all the neurons are of the same type.

Connection(projection, pre_index, …)

Store an individual plastic connection and information about it.

PlasticityRuleHandle(plasticity_rule)

Handle to (shared) plasticity rule.

Population(size, cellclass[, cellparams, …])

A group of neurons all of the same type.

PopulationView(parent, selector[, label])

A view of a subset of neurons within a Population.

Projection(presynaptic_neurons, …[, …])

Space([axes, scale_factor, offset, …])

Class representing a space within distances can be calculated.

StaticSynapse(**parameters)

Synaptic connection with fixed weight and delay.

Functions

pynn_brainscales.brainscales2.projections.deepcopy(x, memo=None, _nil=[])

Deep copy operation on arbitrary Python objects.

See the module’s __doc__ string for more info.