2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-22 16:46:42 +08:00
artiq/artiq/examples
2021-12-06 12:21:52 +08:00
..
kasli_suservo suservo: extract boilerplate 2018-06-01 15:37:07 +00:00
kc705_nist_clock examples/blink_forever: port to NAC3 2021-11-10 13:59:59 +08:00
nac3devices update NAC3, restore original delays 2021-12-06 12:21:52 +08:00
no_hardware use sipyco (#585) 2019-11-10 15:55:17 +08:00
artiq_ipython_notebook.ipynb fix device_db alias corner case bugs. Closes #1140 2019-11-14 16:22:45 +08:00
fit_image.py ship examples with package 2016-04-05 13:59:39 +08:00
README.rst examples: Add README 2019-12-17 13:35:19 +00:00
remote_exec_controller.py use sipyco (#585) 2019-11-10 15:55:17 +08:00

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.