Axon#
- class braincell.Axon(lengths, radii_proximal, radii_distal, points_proximal=None, points_distal=None, type='axon')[source]#
A
Branchwith type fixed to"axon".Represents an axon segment. All factory methods and the constructor automatically set
type="axon"; passingtypeexplicitly raisesTypeError.Equivalent to
Branch(..., type="axon").See also
BranchBase class with full documentation.