This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Get max velo for moving to start of rotation #685
Comments
Merged
2 tasks
d-perl
added a commit
that referenced
this issue
Mar 8, 2024
d-perl
added a commit
that referenced
this issue
Mar 8, 2024
olliesilvester
pushed a commit
to olliesilvester/mx-bluesky
that referenced
this issue
Aug 23, 2024
olliesilvester
pushed a commit
to olliesilvester/mx-bluesky
that referenced
this issue
Aug 23, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We currently do
yield from bps.abs_set(axis.velocity, 120, wait=True)
to go to the start of the rotation scan, we should be able to just get the.VMAX
of the motor and use that. This has the advantage of being slightly more readable and will update if the motor ever becomes faster/slower.Note that
EpicsMotor
doesn't haveVMAX
at the moment so we will need to add it inThe text was updated successfully, but these errors were encountered: