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