Skip to content

kaspergr/matlab-qd

 
 

Repository files navigation

matlab-qd

A framework to write high-level instrument drivers, to do basic measurement, and to quickly browse the resulting data. This is a direct competitor to special-measure.

Important notice

The API is under development. Changes likely to cause problems for users will be recorded in the file BREAKING_CHANGES.md. Please watch this when updating the package. In addition, you should restart daemons and clear your matlab workspaces after updating (unless you know better).

Installation

matlab-qd depends on a few other libraries. To install them, run the following command in a git shell:

git submodule update --init

Then add the root folder of the library to the MATLAB path, as well as all the folders immediately inside the dependencies folder. Run the command zmq.install_jar in MATLAB.

Some equipment needs continuously running daemons, see Configuring Daemons.

Usage

See the tutorial. Note, if you plan to contribute code to the project, then the tutorial is mandatory reading.

A sequential run example is here: SequentialRun.md.

Documentation

Find help and information here:

Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 98.3%
  • M 1.4%
  • Other 0.3%