neat.NeuronSimTree.add_exp_synapse

NeuronSimTree.add_exp_synapse(loc, tau, e_r)[source]

Adds a single-exponential conductance-based synapse

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

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

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