Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plans.sscan_step_1D(): generalize #108

Closed
prjemian opened this issue Mar 13, 2019 · 1 comment
Closed

plans.sscan_step_1D(): generalize #108

prjemian opened this issue Mar 13, 2019 · 1 comment
Assignees

Comments

@prjemian
Copy link
Contributor

prjemian commented Mar 13, 2019

These steps will generalize the plan for step, table, or fly scans:

  • change name to sscan_1D
  • add kwarg: step_data="primary", value is name of document stream to be used, allow None if do not save this, this is the data made available after each step in a scan
  • add kwarg: array_data=None, value is name of document stream to be used, allow None if do not save this, this is the array data posted when the scan is complete
  • add kwarg: full_read="{sscan.name}_full", value is name of document stream to be used, do not save if None, this is the information returned by sscan.read() and is recorded after the scan completes
  • add kwarg: poll_delay_s=0.001 for how long to wait in polling loop during scan.
  • add kwarg: phase_timeout_s=60 for how long to wait since last update of the .FAZE field was received
@prjemian prjemian added this to the milestone-2019-09 milestone Mar 13, 2019
@prjemian prjemian self-assigned this Mar 13, 2019
@prjemian
Copy link
Contributor Author

Consider moving this to be with the sscan device support, as well

prjemian added a commit that referenced this issue Mar 13, 2019
prjemian added a commit that referenced this issue Mar 13, 2019
prjemian added a commit that referenced this issue Mar 13, 2019
prjemian added a commit that referenced this issue Mar 13, 2019
prjemian added a commit that referenced this issue Mar 13, 2019
prjemian added a commit that referenced this issue Mar 13, 2019
prjemian added a commit that referenced this issue Mar 13, 2019
prjemian added a commit that referenced this issue Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant