Replies: 1 comment
-
It looks cool! To fetch scheduled list (not only this, but all we need from ARTIQ), you should be able to obtain the list using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TODO LIST
implementation of
scheduler.py
Understand artiq/artiq/dashboard/schedule.py
Implementing below like 1., to the location
https://github.com/snu-quiqcl/iquip/blob/develop/iquip/apps/scheduler.py
usingqiwis
scannable
will be handled in the next sectionpriority
value of the experiment could be deleted, but some unrecognized situation can happen, so the progam will be implemented containing this value. Then drag & drop will happen between experiments with the samepriority
values.Implementation of
scanwidget.py
https://github.com/snu-quiqcl/iquip/blob/develop/iquip/apps/scanwidget.py
usingqiwis
scannable
RangeScan
is small enough that it can display spacing, then display them togetherscannable
contains loop(e.g. 10:300:30) then the layer of loops can be designed with drag & drop(also using ≡-shaped handle)Beta Was this translation helpful? Give feedback.
All reactions