kongmunist / TeensyDAQ-Fast

Turn your Teensy into a data acquisition device with 100kHz+ sampling rate and record analog signals to the computer via Python
18 stars 2 forks source link

Issue in rendering the signal in my computer. #3

Open ms4905 opened 2 years ago

ms4905 commented 2 years ago

When I run the Python code, it does generate a .txt file smoothly but it is not able to render the signal and I get an error: UserWarning: Animation was deleted without rendering anything. This is most likely unintended. To prevent deletion, assign the Animation to a variable that exists for as long as you need the Animation.

Please help with this. Thanks! Screen Shot 2022-04-14 at 8 37 43 PM