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

    navis.interfaces.neuron.comp.CompartmentModel.inject_current_pulse¶

    CompartmentModel.inject_current_pulse(where, start=5, duration=1, current=0.1)[source]¶

    Add current injection (IClamp) stimulation to model.

    Parameters:
    • where (int | list of int) – Node ID(s) at which to stimulate.

    • start (int) – Onset (delay) [ms] from beginning of simulation.

    • duration (int) – Duration (dur) [ms] of injection.

    • current (float) – Amount (i) [nA] of injected current.

    Back to top

    Source

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