neat.NeuronCompartmentTree.add_double_exp_synapse

NeuronCompartmentTree.add_double_exp_synapse(loc_idx, *args, **kwargs)[source]

Adds a double-exponential conductance-based synapse

Parameters:
  • loc (int, 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)