neat.NeuronSimTree.addDoubleExpSynapse

NeuronSimTree.addDoubleExpSynapse(loc, tau1, tau2, e_r)[source]

Adds a double-exponential conductance-based synapse

Parameters
  • loc (dict, tuple or neat.MorphLoc) – The location of the current.

  • tau1 (float) – Rise time of the conductance window (ms)

  • tau2 (float) – Decay time of the conductance window (ms)

  • e_r (float) – Reversal potential of the synapse (mV)