ApicalDendrite

Contents

ApicalDendrite#

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

A Branch with type fixed to "apical_dendrite".

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

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

See also

Branch

Base class with full documentation.