Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.55 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.55 KB

HQCMeas: versatile data acquisition software for complex experiments.

Please note that this project has been replaced by the Exopy project (and related projects) at https://github.com/Exopy

Build Status Coverage Status

HQCMeas is a versatile and intuitive data acquisition software. Its hierarchical tree structure enables standard multiple loops programming but also sequential mutliple tasks needed for complex experiments. Building any program, including a simple multiple loop program, is intuitive and fast. It can be done at the topmost level, without going back to the code. You just need the drivers for the instruments. Provided these drivers are available, you can build a data acquisition sequence simply by using the scroll bars and dialog boxes appearing in the graphical interface. The dialog boxes allow you to enter values, timing and instructions for a given instrument. Each measurement template can be saved separately. When saving data a header summarizing for example the main fixed parameters of a given measurement can be added, making data post processing very easy.

Dependencies :

Non optional

  • Python 2.7
  • enaml > 0.9.7
  • configobj
  • watchdog

Optional

  • pyvisa (for controlling instruments through the VISA protocol)