You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Scan widget, user can choose whether or not to randomize the sequence.
In this step, seed argument is supported at artiq master as below. "scanEntry": {"npoints": 3, "randomize": 2, "seed": null, "start": 2.0, "stop": 12, "ty": "RangeScan"}
Since giving user an option to select seed value is more preferable, we will add option for chaging seed value manually after discussion.
The text was updated successfully, but these errors were encountered:
This is also an important feature, but the original functions i.e. supporting other scan types is more preferred, thus please implement the originals first.
Feature you want to implement
In the Scan widget, user can choose whether or not to randomize the sequence.
In this step,
seed
argument is supported at artiq master as below."scanEntry": {"npoints": 3, "randomize": 2, "seed": null, "start": 2.0, "stop": 12, "ty": "RangeScan"}
Since giving user an option to select
seed
value is more preferable, we will add option for chaging seed value manually after discussion.The text was updated successfully, but these errors were encountered: