Hi, I'm not sure the pyqtgraph forum is the appropriate place to start...
Have you the structure of your binary file? If so, you can use for example the fromfile method of numpy which is pretty straightfoward. If you are not able to use it properly, post an example file, I'll try to see what I can do for you. Vincent Le jeudi 28 juillet 2016 08:41:09 UTC+2, Anand Ramamurthy a écrit : > > I meant how to convert binary data to numpy values... not date! > > On Wednesday, July 27, 2016 at 11:40:06 PM UTC-7, Anand Ramamurthy wrote: >> >> I am reading waveform data from an oscilloscope using pyvisa. The >> waveform data is in the form of IEEE binary data. I need to display in a >> graphicsView widget in Qt. I thought I could use pyqtgraph for that. Any >> idea how to convert the binary data? >> >> -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/a1098223-0e20-4d5c-b061-1bef1a11d746%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
