pynn_brainscales.brainscales2.morphology.parameters.McCircuitParameters

class pynn_brainscales.brainscales2.morphology.parameters.McCircuitParameters(value: Sequence)

Bases: pyNN.parameters.ArrayParameter

Represents the parameters of a single multi-compartmental neuron.

It saves a parameter value for each compartment and for each neuron circuit in these compartments.

__init__(value: Sequence)None
Parameters

value – Nested list with parameter for each neuron circuit. The outer list is over the different compartments, the inner list over the neuron circuits in each compartment.

Methods

__init__(value)

param value

Nested list with parameter for each neuron circuit.

max()

Return the maximum value.

max()

Return the maximum value.