neat.NeuronSimTree.add_double_exp_synapse¶
- NeuronSimTree.add_double_exp_synapse(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)