File: start.ses

package info (click to toggle)
neuron 8.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,760 kB
  • sloc: cpp: 149,571; python: 58,465; ansic: 50,329; sh: 3,510; xml: 213; pascal: 51; makefile: 35; 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()}