Axon

Contents

Axon#

class braincell.Axon(lengths, radii_proximal, radii_distal, points_proximal=None, points_distal=None, type='axon')[source]#

A Branch with type fixed to "axon".

Represents an axon segment. All factory methods and the constructor automatically set type="axon"; passing type explicitly raises TypeError.

Equivalent to Branch(..., type="axon").

See also

Branch

Base class with full documentation.