SpatialSubgroup class¶
(Shortest import: from brian2.spatialneuron.spatialneuron import SpatialSubgroup)
-
class
brian2.spatialneuron.spatialneuron.SpatialSubgroup(source, start, stop, morphology, name=None)[source]¶ Bases:
brian2.groups.subgroup.SubgroupA subgroup of a
SpatialNeuron.Parameters: source : int
First compartment.
stop : int
Ending compartment, not included (as in slices).
morphology :
MorphologyMorphology corresponding to the subgroup (not the full morphology).
name : str, optional
Name of the subgroup.