Neuron - Overdrive77/BioSynapStudio-Public GitHub Wiki


Neuron Class

Represents a fully functional synthetic neuron with an integrated soma, axon hillock, and synaptic output.


Namespace

BioSynapStudio.Net.Core

Assembly

BioSynapStudio.Net.Core.dll

Summary

The Neuron class builds upon the Soma base by adding access to its axonal output. It provides a list of output synapses via the axon terminal, enabling connectivity between neurons in a network.


Inheritance

Identity  
  ↳ Membrane  
    ↳ Soma  
      ↳ Neuron

Constructors

Neuron()

Initializes a new neuron with its Name set to "Neuron" and default electrical configuration.

var neuron = new Neuron();

Properties

Name Type Description
Synapses List<Synapse> Output synapses originating from this neuron's axon terminal.

Remarks

This class serves as the primary simulation unit in BioSynapStudio. It encapsulates all membrane, dendritic, and axonal components needed for realistic neuron behavior, and interfaces cleanly with neural networks and spike propagation.


See Also


Legal Notice This software constitutes original intellectual property of the author, protected under international copyright and patent law. Patent: GB2506327.2 – Synthesized Emotional Cognition (SEC) DOI: 10.17605/OSF.IO/XERKF


⚠️ **GitHub.com Fallback** ⚠️