neat.NeuronCompartmentTree.add_double_exp_current¶
- NeuronCompartmentTree.add_double_exp_current(loc_idx, *args, **kwargs)[source]¶
Adds a double exponential input current at a given location
- Parameters:
loc (int, 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)