-
Notifications
You must be signed in to change notification settings - Fork 26
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
Consider Path Signals #122
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hackathon
Good issues for the upcoming bluesky hackathon
Comments
callumforrester
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Feb 23, 2024
👍 from me |
Could be done, but I'd say this is low priority compared with the other things we're doing |
Will leave it as a good first issue then |
Closing as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hackathon
Good issues for the upcoming bluesky hackathon
Some string PVs are intended only to store file paths, e.g. the HDF5 plugin write path. Perhaps there is value in representing these with a
Signal[Path]
rather than aSignal[str]
and performing some validation on input values.See ophyd_async.epics.areadetector.writers.nd_file_hdf.NDFileHDF for an example.
@coretl any thoughts?
The text was updated successfully, but these errors were encountered: