romainbrette / clampy

4 stars 0 forks source link

save function in Board.acquire() #19

Closed romainbrette closed 5 years ago

romainbrette commented 5 years ago

We could do:

board.acquire('V', Ic=..., save=filename)

and the program would save V and Ic in a single file, with format based on the filename extension. Then in the data management module, there would be a load function, which would return a dictionary.

romainbrette commented 5 years ago

Done, except it only does .npz