connecting two neurons
 
 - // Assume we have neuron2 like neuron1
- addmsg /neuron1/spike /neuron2/syn SPIKE
- // Set synaptic weight and delay:
- setfield /neuron2/syn \
-     synapse[0].weight 1.0    \
-     synapse[0].delay  0.001      // 1 msec
- // That's all there is to it!
 Notes: 
 No notes for slide 29