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