qkitgroup / qkit

Qkit framework
GNU General Public License v2.0
42 stars 46 forks source link

measurement script for spectrum analyzer #16

Open Schneider1 opened 7 years ago

Schneider1 commented 7 years ago

make basically the same as spectroscopy.py, but for use with a spectrum analyzer instead of a VNA.

Schneider1 commented 6 years ago

A more general way would be to generate a unified measurement class, that could be a parent class for all other measurement classes (like spectroscopy, timedomain, etc.)

The ultimate goal would be to be able to create new measurements (I/V-curves, Temperature over time, etc...) on the fly without much effort.