Different v_init for different neurons in a network
Posted: Wed Oct 09, 2019 11:30 am
Hej!
We use neuron + python to simulate a network and would like to set different v_init for different neurons.
We use this approach to set the v_init, but it is global, so affect all neurons:
self.sim.neuron.h.v_init = -80
Is there some good way to do it using the python interface?
Cheers,
Johannes
We use neuron + python to simulate a network and would like to set different v_init for different neurons.
We use this approach to set the v_init, but it is global, so affect all neurons:
self.sim.neuron.h.v_init = -80
Is there some good way to do it using the python interface?
Cheers,
Johannes