diff --git a/README.md b/README.md index 5e3ae09..23fcfef 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ ways. - [Job Scheduling](#job-scheduling) - [Labelled Data](#labelled-data) - [Mathematical Library Functions](#mathematical-library-functions) + - [Measurement control](#measurement-control) - [Numerical Data](#numerical-data) - [Optimisation Problems](#optimisation-problems) - [Package Management](#package-management) @@ -209,6 +210,11 @@ Allows you to perform operations with incredible ease and clarity: * [xrft](https://xrft.readthedocs.io/en/latest/) - Discrete Fourier transform operations for xarray data structures. +## Measurement Control + +* [pymeasure](https://pymeasure.readthedocs.io/en/latest/) - Repository of measurement device drivers and a framework for performing experiments. + + ## Numerical Data * [numpy](http://www.numpy.org/) - The fundamental package for numerical computation in python.