myogen.simulator.neuron.proprioception.SpindleModel.create_default_spindle_parameters#

static SpindleModel.create_default_spindle_parameters(
species: str = 'human',
deafferent_ia: bool = False,
deafferent_ii: bool = False,
) Dict[str, Any][source]#

Create default spindle parameter dictionary.

Parameters:
  • species (str, optional) – Species type (“human” or “cat”), by default “human”

  • deafferent_ia (bool, optional) – Whether to simulate Ia afferent deafferentation, by default False

  • deafferent_ii (bool, optional) – Whether to simulate II afferent deafferentation, by default False

Returns:

Dictionary of spindle parameters with detailed explanations

Return type:

Dict[str, Any]

Raises:

ValueError – If species is not recognized