Re: [ARTIQ] GUI: controls

2015-01-30 Thread Britton, Joe
It might be possible to auto-generate a GUI client for a device with an ARTIQ driver based on the existing command line clients we are writing using argparse. This would entail processing the parser object constructed in a command line client and auto-generating corresponding GUI client

[ARTIQ] GUI: controls

2015-01-30 Thread Gaebler, John
Hi, Could you explain how to run the example files for the GUI? I'm using the virtual machine from Joe Britton made on 1/20/2015 and I am able to run the flopping_f_simulation.py and flopping_f_siumulation.gui.py files. How do I create/run an instance of the experiment or the GUI? Thanks,

Re: [ARTIQ] GUI: controls

2015-01-30 Thread Sébastien Bourdeauducq
Hi, Are you able to run the GUI - do you see the parameters, scheduler and explorer windows? You need to run artiq_master (in the examples directory, so that it finds pdb.pyon, ddb.pyon and explist.pyon) and then artiq_gui. I made several changes since Jan 20, so you may want to upgrade from