labscript-suite / runmanager

𝗿𝘂𝗻𝗺𝗮𝗻𝗮𝗴𝗲𝗿 is an intuitive graphical interface for controlling 𝘭𝘢𝘣𝘴𝘤𝘳𝘪𝘱𝘵 𝘴𝘶𝘪𝘵𝘦 experiments. Includes multi-dimensional parameter scans and a remote programming interface for automation.
http://labscriptsuite.org
Other
3 stars 45 forks source link

Compiler cleanup #115

Open dihm opened 4 months ago

dihm commented 4 months ago

Fixes #114

This PR removes the deprecated synchronous compilation functions. It also adds default arguments to labscript_compile_async and compile_multishot_async so that they can run in a script using default arguments. Finally, I brushed up a few docstrings to clarify usage a bit.