Search found 2 matches

by sebma
Thu Jul 06, 2017 4:26 pm
Forum: General Software Discussions
Topic: Binary traces formats such as np/npz(numpy), hdf5 or parquet
Replies: 3
Views: 4583

Re: Binary traces formats such as np/npz(numpy), hdf5 or par

Hi,

I don't know how to "control the scope directly with Python" and "read the ADC counts" (yet :-) )

Is there a Python module or library to do this ?
by sebma
Wed Jul 05, 2017 3:10 pm
Forum: General Software Discussions
Topic: Binary traces formats such as np/npz(numpy), hdf5 or parquet
Replies: 3
Views: 4583

Binary traces formats such as np/npz(numpy), hdf5 or parquet

Hi, I need our picoscope to dump it's data to a binary format such as np/npz(numpy) https://docs.scipy.org/doc/numpy/neps/npy-format.html , hdf5 https://support.hdfgroup.org/HDF5/whatishdf5.html or parquet http://parquet.apache.org/ , is it possible ? And if it is possible, how can I do that in Pyth...