CenterScan and ExplicitScan widgets are added. Below is the image of current builder GUI.
Center scan has center, span(length) and step as an argument. And Explicit scan has only one argument, sequence.
CenterScan widget has very similar similar to the RangeScan widget. And ExplicitScan is very simple, since it has only one argument sequence.
In terms of RegExp, I followed original code at artiq.
This closes #229
CenterScan and ExplicitScan widgets are added. Below is the image of current builder GUI.
Center scan has
center
,span
(length) andstep
as an argument. And Explicit scan has only one argument,sequence
. CenterScan widget has very similar similar to the RangeScan widget. And ExplicitScan is very simple, since it has only one argumentsequence
.In terms of
RegExp
, I followed original code at artiq.