ca.nengo.model.muscle
Interface MuscleSpindle
- All Superinterfaces:
- java.lang.Cloneable, Node, Resettable, java.io.Serializable, SimulationMode.ModeConfigurable, VisiblyMutable
public interface MuscleSpindle
- extends Node
A model of a muscle spindle receptor. A muscle spindle is embedded in
a skeletal muscle, and has both efferent and afferent innervation. It
receives excitatory drive from gamma motor neurons, which parallels the
excitation of the surrounding muscle. It has two neural Origins which
provide different information about stretch dynamics.
- Author:
- Bryan Tripp
DYNAMIC_ORIGIN_NAME
static final java.lang.String DYNAMIC_ORIGIN_NAME
- See Also:
- Constant Field Values
STATIC_ORIGIN_NAME
static final java.lang.String STATIC_ORIGIN_NAME
- See Also:
- Constant Field Values
getMuscle
SkeletalMuscle getMuscle()