AxonToSoma

Contents

AxonToSoma#

class braintools.conn.AxonToSoma(**kwargs)#

Specialized connectivity from axon to soma compartments.

This creates connections specifically from axon compartments to soma compartments, representing direct synaptic input to the cell body.

Examples

>>> import brainunit as u
>>> from braintools.init import LogNormal
>>> axon_soma = AxonToSoma(
...     connection_prob=0.05,
...     weight=LogNormal(mean=1.0 * u.nS, std=0.3 * u.nS)
... )