Skip to content

Latest commit

 

History

History
90 lines (60 loc) · 2.65 KB

index.rst

File metadata and controls

90 lines (60 loc) · 2.65 KB

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.

Installing Python and PyMeasure are demonstrated in the Quick Start guide <quick_start>. From there, checkout the existing instruments that are available for use <api/instruments/index>.

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

image

Documentation Status

image

image

image

The main documentation for the site is organized into a couple sections:

  • learning-docs
  • api-docs
  • about-docs

Information about development is also available:

  • dev-docs

introduction quick_start tutorial/index

api/adapters api/experiment/index api/display/index api/instruments/index

dev/contribute dev/reporting_errors dev/adding_instruments/index dev/coding_standards

about/authors about/license about/changes