objectvar save_window_, rvp_
objectvar scene_vector_[4]
objectvar ocbox_, ocbox_list_, scene_, scene_list_
{ocbox_list_ = new List()  scene_list_ = new List()}

//Begin Grapher
{
load_file("grapher.hoc")}
{
ocbox_=new Grapher(1)

ocbox_.info("t2_cab","t2_cab", "run()", 0, 100, 0, 1, 20, 5, 100)
{
save_window_=ocbox_.g
save_window_.size(0,100,0,1)
scene_vector_[2] = save_window_
ocbox_.g = save_window_
save_window_.save_name("ocbox_.g")
save_window_.xexpr("t2_cab", 0)
save_window_.addexpr("(cavec.max/camax)^4-1", 1, 1, 0.317572, 0.971799, 2)
}
ocbox_ = ocbox_.vbox
ocbox_.map("Grapher", 770, 170, 336, 465)
}
objref ocbox_
//End Grapher

{
save_window_ = new Graph(0)
save_window_.size(0,100,-8.9407e-08,3)
scene_vector_[3] = save_window_
{save_window_.view(0, -8.9407e-08, 100, 3, 312, 211, 312.3, 279.1)}
graphList[2].append(save_window_)
save_window_.save_name("graphList[2].")
save_window_.addexpr("ca_cab[0]", 1, 1, 0.8, 0.9, 2)
}
{
xpanel("soma(0 - 1) (Parameters)", 0)
xlabel("soma(0 - 1) (Parameters)")
xlabel("nseg = 1")
soma.L = 3.1831
xvalue("L","soma.L", 1,"define_shape()", 0, 0 )
soma.cm = 1
xvalue("cm","soma.cm", 1,"", 0, 0 )
soma.diam = 2
xvalue("diam","soma.diam", 1,"", 0, 0 )
xpanel(307,660)
}
{
xpanel("cab (Globals)", 0)
DFree_cab = 0.6
xvalue("DFree_cab","DFree_cab", 1,"", 0, 0 )
beta_cab = 50
xvalue("beta_cab","beta_cab", 1,"", 0, 0 )
ke_cab = 0.051
xvalue("ke_cab","ke_cab", 1,"", 0, 0 )
dur_cab = 1
xvalue("dur_cab","dur_cab", 1,"", 0, 0 )
amp_cab = 1000
xvalue("amp_cab","amp_cab", 1,"", 0, 0 )
dx_cab = 100
xvalue("dx_cab","dx_cab", 1,"", 0, 0 )
ca0_cab = 0
xvalue("ca0_cab","ca0_cab", 1,"", 0, 0 )
t2_cab = 100
xvalue("t2_cab","t2_cab", 1,"", 0, 0 )
xpanel(1,534)
}
{
xpanel("RunControl", 0)
v_init = -65
xvalue("Init","v_init", 1,"stdinit()", 1, 1 )
xbutton("Init & Run","run()")
xbutton("Stop","stoprun=1")
runStopAt = 5
xvalue("Continue til","runStopAt", 1,"{continuerun(runStopAt) stoprun=1}", 1, 1 )
runStopIn = 1
xvalue("Continue for","runStopIn", 1,"{continuerun(t + runStopIn) stoprun=1}", 1, 1 )
xbutton("Single Step","steprun()")
t = 105
xvalue("t","t", 2 )
tstop = 105
xvalue("Tstop","tstop", 1,"tstop_changed()", 0, 1 )
dt = 0.0841669
xvalue("dt","dt", 1,"setdt()", 0, 1 )
steps_per_ms = 100
xvalue("Points plotted/ms","steps_per_ms", 1,"setdt()", 0, 1 )
xcheckbox("Quiet",&stdrun_quiet,"")
realtime = 0
xvalue("Real Time","realtime", 0,"", 0, 1 )
xpanel(0,102)
}
objectvar scene_vector_[1]
{doNotify()}