AffII__Pool#
- class AffII__Pool(
- n: int,
- timestep__ms: Quantity__ms,
- recruitment_thresholds: tuple[float, float] = (0, 40),
- axon_velocities__m_per_s: tuple[Quantity__m_per_s, Quantity__m_per_s] = (30 * pq.m / pq.s, 50 * pq.m / pq.s),
- axon_length__m: Quantity__m = 0.6 * pq.m,
- poisson_batch_size: int = 772,
- init_order: int = 0,
Bases:
_PoolContainer for a population of afferent II neurons.
Manages a collection of AffII (type II afferent) cells that provide secondary proprioceptive feedback from muscle spindles to spinal circuits.
- Parameters:
n (int) – Number of type II afferent neurons to create.
recruitment_thresholds (tuple[float, float]) – Min and max recruitment thresholds (Hz).
axon_velocities__m_per_s (tuple[Quantity__m_per_s, Quantity__m_per_s]) – Min and max axon conduction velocities (m/s).
axon_length__m (Quantity__m) – Length of the axon (m).
poisson_batch_size (int) – Batch size for exponential threshold generation algorithm.
timestep__ms (Quantity__ms) – Time step for simulation (ms).
init_order (int) – Initial order parameter for afferent initialization.
Methods
Return sections and their initial voltages for NEURON simulation setup.