load_file("nrngui.hoc") // general simulation settings tstart = 0 tstop = 100 PLOT_SHAPE = 1 xopen("addGraphs.hoc") xopen("createPYTemplate.hoc") xopen("create2PYNeurons.hoc") xopen("addStim.hoc") xopen("addShape.hoc") //---------------------------------------------------------------------------- // add graphs //---------------------------------------------------------------------------- addgraph("neuron[0].soma.v(0.5)",-80,40) addgraph("neuron[1].soma.v(0.5)",-80,40) if (PLOT_SHAPE) { shape()} // add RunControl menu nrncontrolmenu()