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

>>> axon_soma = AxonToSoma(
...     connection_prob=0.05,
...     weight_distribution='lognormal',
...     weight_params={'mean': 1.0, 'sigma': 0.3}
... )