OxfordIonTrapGroup / ndscan

N-dimensional scans for ARTIQ
GNU Lesser General Public License v3.0
18 stars 16 forks source link

Support enum parameter types in override UI #15

Open dnadlinger opened 5 years ago

dnadlinger commented 5 years ago

Even if scans are only supported for numeric types at this point, the override UI should support bools and enums as well.

This will also require plumbing them through to the experiment side of things.

dnadlinger commented 1 year ago

BoolParam has been added in 43a65d691fa006c754496ed6fbba6f1488701d58, EnumParam is still left to be done.