how to apply multiple stimulation?
Posted: Mon Dec 06, 2010 2:05 pm
here is my stimulation:
neuron[0].soma {
stim = new IClamp(0.5)
stim.del = 5
stim.dur = 50
stim.amp = 1
}
I want the cell to receive stimulation two or more times, so how can I set the parameters to complete this?
Thank you!
neuron[0].soma {
stim = new IClamp(0.5)
stim.del = 5
stim.dur = 50
stim.amp = 1
}
I want the cell to receive stimulation two or more times, so how can I set the parameters to complete this?
Thank you!