stfc-aeg / odin-pico

Python package to manage data acquisition from a PicoScope (5444D)
0 stars 1 forks source link

Live View - Show multiple Channels #5

Closed JoshHarris2108 closed 4 months ago

JoshHarris2108 commented 1 year ago

Plot multiple channels on the live view canvas graph, for viewing the channels simultaneously

JoshHarris2108 commented 11 months ago

An idea for improving liveview: Example of 1000 waveforms of 10K samples requested:

In theory, this should reduce the overhead caused by the setup process, after some standalone testing it seems possible to run the setup functions and then run subsiquent run_block calls and it seems to work ok in standalone testing.

Attention would need to be paid to the buffer allocation, and the logic of the rest of the system as the system was initally designed around the idea of re-setting the parameters before each capture.

William-Brown5515 commented 4 months ago

Closing issue - was sorted through PR #28. Live-view and PHA now allowed for 1-4 channels.