pick vector
Posted: Sun Dec 02, 2007 2:04 am
Hi.
I have plotted a graph then by clicking right on this graph, selecting “Pick Vectorâ€
I have plotted a graph then by clicking right on this graph, selecting “Pick Vectorâ€
Code: Select all
. . . whatever Vector record() statements you need . . .
proc run() {
stdinit()
continuerun(tstop)
savedata()
}
proc savedata() {
. . . your code that
1. increments a "run number"
2. uses this to generate new file name(s) (by using sprint to
concatenate the "run number" with a base string)
3. opens the file(s) and uses the Vector class's printf() method to write results
4. closes the file(s)
. . .
}Code: Select all
load_file("autosavedata.hoc")