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.
BSD 2-Clause "Simplified" License
0
stars
0
forks
source link
Editing should move to an empty units column after editing a the value of a global #7
The old runmanager also used to always take you to the units column to enter a unit after changing a value if the unit column was empty.
This encourages units to be specified for every global, even if they are "Arb." or "-". It provides context to numbers and avoid horrible situations where you don't know whether a time is in seconds, ms, us, etc, without looking at the code as well.
Original report (archived issue) by Philip Starkey (Bitbucket: pstarkey, GitHub: philipstarkey).
Regression in v2
The old runmanager also used to always take you to the units column to enter a unit after changing a value if the unit column was empty.
This encourages units to be specified for every global, even if they are "Arb." or "-". It provides context to numbers and avoid horrible situations where you don't know whether a time is in seconds, ms, us, etc, without looking at the code as well.