runmanager is a graphical user interface (GUI) used to aid the compilation of labscript experiment scripts into hardware instructions to be executed on the hardware. Experiment parameters can be adjusted in the GUI, and lists of parameters can be used to create sequences of experiments, and scan over complex parameter spaces.
It would be nice to have the option to change globals quickly with the arrow keys. So if a global is selected up and down arrow keys should add/subtract 1 * step-size. Left an right arrow could be used to adjust the step size by a factor of 10. This should of course only happen if they are int/float at that moment.
Original report (archived issue) by Jan Werkmann (Bitbucket: PhyNerd, GitHub: PhyNerd).
It would be nice to have the option to change globals quickly with the arrow keys. So if a global is selected up and down arrow keys should add/subtract 1 * step-size. Left an right arrow could be used to adjust the step size by a factor of 10. This should of course only happen if they are int/float at that moment.