From 907c73d1fc4536703288606b73c0dc2e24edaae2 Mon Sep 17 00:00:00 2001 From: Benedikt Moneke <67148916+bmoneke@users.noreply.github.com> Date: Mon, 1 Aug 2022 18:37:07 +0200 Subject: [PATCH] Add pymeasure --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.