Changeset 402

Show
Ignore:
Timestamp:
06/26/08 16:29:47 (5 months ago)
Author:
bruederle
Message:

In function Recorder.get() for recording to memory: 'spikes' replaced by self.variable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/nest2/__init__.py

    r401 r402  
    153153        elif nest.GetStatus(self._device,'to_memory')[0]: 
    154154            data = nest.GetStatus(self._device,'events')[0] 
    155             data = recording.convert_compatible_output(data, self.population, 'spikes'
     155            data = recording.convert_compatible_output(data, self.population, self.variable
    156156        return data 
    157157