navis 1.4.0
  • Install
  • Quickstart
  • Tutorials
  • API
  • Changelog
  • Github
  • Ecosystem
  • Site
    • Page
        • navis.interfaces.neuron.comp.CompartmentModel.insert
          • CompartmentModel.insert()

    navis.interfaces.neuron.comp.CompartmentModel.insert¶

    CompartmentModel.insert(mechanism, subset=None, **kwargs)[source]¶

    Insert biophysical mechanism for model.

    Parameters:
    • mechanism (str) – Mechanism to insert - e.g. “hh” for Hodgkin-Huxley kinetics.

    • subset (list of sections | list of int) – Sections (or indices thereof) to set mechanism for. If None will add mechanism to all sections.

    • **kwargs – Use to set properties for mechanism.

    Back to top

    Source

    © Copyright 2018, Philipp Schlegel.
    Created using Sphinx 5.3.0.