Search found 3 matches

by Johannes
Wed Oct 13, 2021 6:03 am
Forum: NEURON + Python
Topic: How to set spike detection threshold for pc.spike_record
Replies: 2
Views: 10639

How to set spike detection threshold for pc.spike_record

Hej! I was wondering, is there a way to get access to the underlying NetCon object when creating spike recordings using pc.spike_record? We need to change the spike detection threshold from default value 10 to a lower value. I found an old post from 2005 which talked about netconExc but that does no...
by Johannes
Wed Oct 09, 2019 11:30 am
Forum: NEURON + Python
Topic: Different v_init for different neurons in a network
Replies: 1
Views: 1725

Different v_init for different neurons in a network

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