Changeset 708 for trunk/doc/fileformats.txt
- Timestamp:
- 02/12/10 16:02:09 (2 years ago)
- Files:
-
- 1 modified
-
trunk/doc/fileformats.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/fileformats.txt
r707 r708 23 23 >>> p.printSpikes(spike_file) 24 24 >>> spike_file.close() 25 >>> vm_file = HDF5ArrayFile("my_Vm_data.h5" )25 >>> vm_file = HDF5ArrayFile("my_Vm_data.h5", "w") 26 26 >>> p.print_v(vm_file) 27 27 >>> vm_file.close()
