The model is now fully
implemented. In addition we want to record traces of some quantities
of interest. Suppose we want record the membrane potential and the
spikes of neuron n as well as the postsynaptic respones (the
field psr) of the synapse. To do so we have to create a
Recorder object and tell this object which
fields from which objects to record. The recorder is created with the
command
and the following commands tell the recorder r to record the
field psr of synapse s as its first trace and the
field Vm of neuron n as its second trace: