forked from M-Labs/artiq
Robert Jordens
1a1afd5410
You can always (under posix) use #!/usr/bin/env artiq_run as shebang for experiments and make them executable. Now, you can also do this (portable): if __name__ == "__main__": from artiq.frontend.artiq_run import run run() to make an experiment executable. The CLI options are all inherited. Also: * removed --elf: can be inferred from filename * did some refactoring and cleanup * use logging for all messages, except the result printing (use -v to get parameter changes and dummy scheduler actions) |
||
---|---|---|
.. | ||
__init__.py | ||
artiq_client.py | ||
artiq_ctlmgr.py | ||
artiq_flash.sh | ||
artiq_gui.py | ||
artiq_master.py | ||
artiq_rpctool.py | ||
artiq_run.py | ||
lda_controller.py | ||
novatech409b_controller.py | ||
pdq2_client.py | ||
pdq2_controller.py | ||
thorlabs_tcube_controller.py |