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

    navis.interfaces.neuron.comp.CompartmentModel.connect¶

    CompartmentModel.connect(pre, where, syn_tau1=0.1, syn_tau2=10, syn_rev_pot=0, cn_thresh=10, cn_delay=1, cn_weight=0)[source]¶

    Connect object to model.

    This uses the Exp2Syn synapse and treats pre as the presynaptic object.

    Parameters:
    • pre (NetStim | section) – The presynaptic object to connect to this neuron.

    • where (int | list of int) – Node IDs at which to simulate synaptic input.

    • properties (Connection) –

    • syn_tau1 (int) – Rise time constant [ms].

    • syn_tau2 (int) – Decay time constant [ms].

    • syn_rev_pot (int) – Reversal potential (e) [mV].

    • properties –

    • cn_thresh (int) – Presynaptic membrane potential [mV] at which synaptic event is triggered.

    • cn_delay (int) – Delay [ms] between presynaptic trigger and postsynaptic event.

    • cn_weight (int) – Weight variable. This bundles a couple of synaptic properties such as e.g. how much transmitter is released or binding affinity at postsynaptic receptors.

    Back to top

    Source

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