Ticket #1 (assigned task)

Opened 2 years ago

Last modified 10 months ago

Combine print() and print_v() into a single write() that takes what-to-print as an argument

Reported by: apdavison Assigned to: apdavison (accepted)
Priority: minor Milestone: 0.5.0
Component: unspecified Version:
Keywords: Cc:

Description

Some simulators allow writing variables other than spike times and membrane potential to file. To support these, we should have a single function and a single Population method for writing variables to file.

Also, python tends to use write(), rather than print(), for this kind of thing.

This should be done in a separate branch until we've made a release with the current API.

Change History

10/05/07 17:12:18 changed by apdavison

  • status changed from new to assigned.

Began doing the groundwork for this in the nest2 module by factoring out a lot of the record/print stuff into single methods/functions used for spikes, membrane potential, etc. Now need to do for the other modules.

02/02/08 18:59:30 changed by apdavison

  • milestone changed from Release 0.4.0 to Release 0.5.0.