Close
0%
0%

Automating Data Collecting w/ Python

A python script used for automatically collecting data from a Rigol oscilloscope and setting input waveforms with a Siglent AWG

Similar projects worth following
  • Description
  • Details
  • Files 0
  • Components 0
  • Logs 0
  • Instructions 0
  • Discussion 0
I recently found myself needing to measure a large number of circuits' frequency responses. Initially I did so manually - set a frequency on my waveform generator, measure the output amplitude on my scope - but this proved to be prohibitively slow. This project began with me writing a python program to collect data from my oscilloscope. Recently, however, I decided to fully automate the process by controlling the waveform generator as well. The script now automates every aspect of the measurement process. It sets an input waveform into the test circuit, measures the output, and features subroutines which automatically verify the integrity of the data collected and that data collection occurred after any transients have died out. The program can scan the frequency response of a circuit with 30 data points in under a minute, all while I'm away grabbing a cup of coffee. It then graphs your data and saves it in a text file for further analysis in MATLAB, Excel, etc.

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates