Skip to content

pymeasure/pymeasure

Repository files navigation

PyMeasure Scientific package

PyMeasure scientific package

PyMeasure makes scientific measurements easy to set up and run. The package contains a repository of instrument classes and a system for running experiment procedures, which provides graphical interfaces for graphing live data and managing queues of experiments. Both parts of the package are independent, and when combined provide all the necessary requirements for advanced measurements with only limited coding.

PyMeasure is currently under active development, so please report any issues you experience to our Issues page.

Project Information

PyMeasure is tested with continuous-integration on Linux, macOS, and Windows for all supported Python versions.

PyPI - Python Version

Documentation Status

Related Projects

  • LECO Protocol: Open standard for laboratory equipment communication using modern protocols
  • pyleco: Python library implementing LECO for distributed instrument control systems
  • Python Lab Automation Landscape: Curated collection of Python tools for laboratory automation and instrumentation

Quick start

Check out the documentation for the quick start guide, that covers the installation of Python and PyMeasure.

There are a number of examples in the examples directory that can help you get up and running.