Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • returns a 'plan' to move motor <motor> in <steps> steps from <start> to <end>, taking <nEvents> at each step. This will take control of the DAQ. To actually RUN the scan, you can either
    • myscan=x.get_ascan(...); RE(myscan); do something ; RE(myscan) or
    • RE(x.get_ascan(...))
  • you can scan any motor and most other variables that you have permissions to change as well. If in doubt, test & ask if there are issues.

x.get_ascandscan(motor, start, end, steps, nEvents, record=True):

...