BasalDendrite

Contents

BasalDendrite#

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

A Branch with type fixed to "basal_dendrite".

Represents a basal dendrite segment. All factory methods and the constructor automatically set type="basal_dendrite"; passing type explicitly raises TypeError.

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

See also

Branch

Base class with full documentation.