neat.NeuronSimTree.add_double_exp_current¶
- NeuronSimTree.add_double_exp_current(loc, tau1, tau2)[source]¶
Adds a double exponential input current at a given location
- Parameters:
loc (dict, tuple or neat.MorphLoc) – The location of the current.
tau1 (float) – Rise time of the current waveform (ms)
tau2 (float) – Decay time of the current waveform (ms)