mirror of https://github.com/m-labs/artiq.git
9fbd6de30c
Some changes are due to deprecations in Qt6 which were outright removed in PyQt, for instance QRegExp or the x()/y() QMouseEvent properties. Most of the diff is due to enumeration values now no longer being available directly in the parent namespace. This commit is purposefully restricted to the mechanical changes, no reformatting/… is done to keep the diff easy to validate. |
||
---|---|---|
.. | ||
kasli | ||
kasli_drtioswitching | ||
kasli_shuttler | ||
kasli_suservo | ||
kc705_nist_clock | ||
no_hardware | ||
README.rst | ||
artiq_ipython_notebook.ipynb | ||
fit_image.py | ||
remote_exec_controller.py |
README.rst
ARTIQ experiment examples ========================= This directory contains several sample ARTIQ master configurations and associated experiments that illustrate basic usage of various hardware and software features. New users might want to peruse the ``no_hardware`` directory to explore the argument/dataset machinery without needing access to hardware, and the ``kc705_nist_clock`` directory for inspiration on how to coordinate between host and FPGA core device code.