File: start.ses

package info (click to toggle)
neuron 7.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 48,268 kB
  • sloc: cpp: 192,952; ansic: 145,860; python: 42,092; sh: 10,507; makefile: 6,816; yacc: 3,259; java: 995; lex: 457; csh: 108; pascal: 37; sed: 5
file content (22 lines) | stat: -rwxr-xr-x 714 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
objectvar save_window_, rvp_
objectvar scene_vector_[5]
objectvar ocbox_, ocbox_list_, scene_, scene_list_
{ocbox_list_ = new List()  scene_list_ = new List()}
{
xpanel("Synchronizing network parameters", 0)
ncell = 10
xvalue("Number of all to all cells","ncell", 1,"recreate(ncell)", 0, 0 )
w = -0.3
xvalue("All to all connection weight","w", 1,"weight(w)", 0, 0 )
del = 4
xvalue("Delay (ms)","del", 1,"delay(del)", 0, 0 )
ta = 10
xvalue("Cell time constant (ms)","ta", 1,"tau(ta)", 0, 0 )
low = 10
xvalue("Lowest natural interval","low", 1,"interval(low, high)", 0, 0 )
high = 15
xvalue("Highest natural interval","high", 1,"interval(low, high)", 0, 0 )
xpanel(700,400)
}
objectvar scene_vector_[1]
{doNotify()}