March, 1999
Robert G. Smith
Copyright (C) 1999 Robert G. Smith Department of Neuroscience Univ. of PA Medical School Phila., PA 19104-6058 USA All Rights Reserved
2) With Linux running in the computer, type "nc
3) Type in the following lines:
4) Type "run;" and the model will run. NeuronC prints out a
list of times and voltage or current records according to
the plot commands you give it.
5) To give a graphics display, start with the command
"neurc
6) You have successfully run NeuronC.
connect 1 to 2 cable length=100 dia=1;
stim node 1 vclamp= -.01 start=.01 dur=.001;
plot V[1],V[2];
This describes a passive neural cable with a transient
voltage clamp on one end and recording sites at both ends.