dxs114 Hi, Is it possible to run @kernel code form Python console rather than using "artiq_run" from the command prompt? Thanks.
sb10q See the artiq_run source and adapt it - you need to create the device manager, call the experiment steps manually, etc. If you want a more friendly API for doing this, feel free to propose a design/PR.