We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I believe to keep track of direction in sim_motor the follow should be:
distance = new_position - old_position
Rather than
distance = abs(new_position - old_position)
Ref https://github.com/bluesky/ophyd-async/blob/ef1c9426cb20c597a7614686aa01cbf9d43d11ac/src/ophyd_async/sim/demo/sim_motor.py#L46C18-L46C52
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I believe to keep track of direction in sim_motor the follow should be:
Rather than
Ref
https://github.com/bluesky/ophyd-async/blob/ef1c9426cb20c597a7614686aa01cbf9d43d11ac/src/ophyd_async/sim/demo/sim_motor.py#L46C18-L46C52
The text was updated successfully, but these errors were encountered: