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

Make motor flyable #425

Merged
merged 22 commits into from
Jul 9, 2024
Merged

Make motor flyable #425

merged 22 commits into from
Jul 9, 2024

Conversation

olliesilvester
Copy link
Contributor

@olliesilvester olliesilvester commented Jul 1, 2024

Closes #376

.pre-commit-config.yaml Outdated Show resolved Hide resolved
src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
olliesilvester and others added 5 commits July 3, 2024 11:01
Co-authored-by: Tom C (DLS) <101418278+coretl@users.noreply.github.com>
Co-authored-by: Tom C (DLS) <101418278+coretl@users.noreply.github.com>
@olliesilvester olliesilvester marked this pull request as ready for review July 3, 2024 17:17
Copy link
Contributor

@stan-dot stan-dot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small requests for clarification only

src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@coretl coretl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost there, some minor fixes and performance suggestions

src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
class FlyMotorInfo(BaseModel):
"""Minimal set of information required to fly a motor:

start_position : float
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please can we put these as #: comments above the field so they render in the docs, also please check they render in the docs!

src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
src/ophyd_async/epics/motion/motor.py Show resolved Hide resolved
src/ophyd_async/epics/motion/motor.py Outdated Show resolved Hide resolved
src/ophyd_async/epics/motion/motor.py Show resolved Hide resolved
@coretl coretl merged commit 99dadb7 into bluesky:main Jul 9, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make a motor record flyer
3 participants