File: vecevent.mod

package info (click to toggle)
nrn-mod2c 0.9%2Bgit220919-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,224 kB
  • sloc: cpp: 11,513; ansic: 11,466; yacc: 1,478; lex: 214; sh: 38; perl: 33; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 121 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
NEURON {
	THREADSAFE
	ARTIFICIAL_CELL VecStim
}

PARAMETER {
    xpos = 0
}
 
PROCEDURE position(a) { 
       xpos = a
}