# NSL TECTUM MODEL - SINGLE COLUMN # network set t1 10.0 nsl set system.model Tectum11Model #nsl set system.integration EULER nsl set system.simDelta 0.01 nsl set system.simEndTime $t1 nsl set system.diff.delta 0.01 nsl set Tectum11Model.tectum.gl_tm 1 nsl set Tectum11Model.tectum.lp_tm 0.3 nsl set Tectum11Model.tectum.sp_tm 0.9 nsl set Tectum11Model.tectum.sn_tm 1 nsl set Tectum11Model.tectum.py_tm 0.4 nsl set Tectum11Model.tectum.tp_tm 0.02 nsl set Tectum11Model.tectum.C 0.889 nsl set Tectum11Model.tectum.Wr2gl 3 nsl set Tectum11Model.tectum.Wlpgl 4 nsl set Tectum11Model.tectum.Wspgl 0.4 nsl set Tectum11Model.tectum.Wr2lp 1.5 nsl set Tectum11Model.tectum.Wgllp 1 nsl set Tectum11Model.tectum.Wsplp 1.6 nsl set Tectum11Model.tectum.Wsnlp 8 nsl set Tectum11Model.tectum.Wtplp 0.1 nsl set Tectum11Model.tectum.Wr2sp 2.7 nsl set Tectum11Model.tectum.Wglsp 3.5 nsl set Tectum11Model.tectum.Wsnsp 10 nsl set Tectum11Model.tectum.Wtpsp 0.2 nsl set Tectum11Model.tectum.Wlpsn 2 nsl set Tectum11Model.tectum.Wr3py 0.3 nsl set Tectum11Model.tectum.Wr4py 4 nsl set Tectum11Model.tectum.Wsppy 2 nsl set Tectum11Model.tectum.Wlppy 2 nsl set Tectum11Model.tectum.Wtppy 0.4 nsl set Tectum11Model.tectum.Wr3tp 0.3 nsl set Tectum11Model.tectum.Wr4tp 5 nsl create block_stim stim1 -layer Tectum11Model.tectum.in nsl create time_interval -t0 0.0 -t1 0.3 nsl create time_interval -t0 3.0 -t1 3.3 #nsl create block_stim stim2 -layer Tectum11Model.tectum.in # -t0 3.0 -t1 3.3 # graphics nsl create window_interface nsl create display_frame .tect set width 450 set height 120 nsl create display_window .tect.in -graph temporal_graph -layer Tectum11Model.tectum.in \ -width $width -height $height -wymin 0 -wymax 1.5 -t1 $t1 -pulse NSL_ON -grid NSL_ON nsl create display_window .tect.r2 -graph temporal_graph -layer Tectum11Model.tectum.r2 \ -width $width -height $height -wymin 0 -wymax 1.5 -t1 $t1 -pulse NSL_ON -grid NSL_ON nsl create display_window .tect.r3 -graph temporal_graph -layer Tectum11Model.tectum.r3 \ -width $width -height $height -wymin 0 -wymax 1.5 -t1 $t1 -pulse NSL_ON -grid NSL_ON nsl create display_window .tect.r4 -graph temporal_graph -layer Tectum11Model.tectum.r4 \ -width $width -height $height -wymin 0 -wymax 1.5 -t1 $t1 -pulse NSL_ON -grid NSL_ON nsl create display_frame .tect2 nsl create display_window .tect2.gl -graph temporal_graph -layer Tectum11Model.tectum.gl \ -width $width -height $height -wymin 0 -wymax 2 -t1 $t1 -pulse NSL_OFF -grid NSL_ON -x_axis NSL_ON nsl create display_window .tect2.lp -graph temporal_graph -layer Tectum11Model.tectum.lp \ -width $width -height $height -wymin -1 -wymax 2 -t1 $t1 -pulse NSL_OFF -grid NSL_ON -x_axis NSL_ON nsl create display_window .tect2.sp -graph temporal_graph -layer Tectum11Model.tectum.sp \ -width $width -height $height -wymin -1 -wymax 5 -t1 $t1 -pulse NSL_OFF -grid NSL_ON -x_axis NSL_ON nsl create display_window .tect2.sn -graph temporal_graph -layer Tectum11Model.tectum.sn \ -width $width -height $height -wymin 0 -wymax 1 -t1 $t1 -pulse NSL_OFF -grid NSL_ON -x_axis NSL_ON nsl create display_window .tect2.py -graph temporal_graph -layer Tectum11Model.tectum.py \ -width $width -height $height -wymin -1 -wymax 6 -t1 $t1 -pulse NSL_OFF -grid NSL_ON -x_axis NSL_ON #nsl init