Two voltage clamp with a delay

When Python is the interpreter, what is a good
design for the interface to the basic NEURON
concepts.

Moderator: hines

Post Reply
bremen
Posts: 45
Joined: Mon Apr 24, 2017 8:15 am
Location: Italy

Two voltage clamp with a delay

Post by bremen »

Hi.

I need to write a protocol containing: a voltage clamp for x second, followed by a current clamp for y seconds and again a voltage clamp for x second.

The functions Vclamp and Seclamp do no have a delay option and, as for the documentation, "Do not insert several instances of this model at the same location in order to make level changes."

Is there a way to generate this type of protocol?
bremen
Posts: 45
Joined: Mon Apr 24, 2017 8:15 am
Location: Italy

Re: Two voltage clamp with a delay

Post by bremen »

Never mind.

I have just resolved my issues directly with the seclamp MOD file.
Post Reply