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

Add helper methods to epics adapter for easily PV building #198

Closed
wants to merge 4 commits into from

Conversation

callumforrester
Copy link
Contributor

Add helper methods to epics adapter such as float_ro and float_rbv which build sets of PVs linked to getters and setters on devices. Reduces boilerplate as well as the user's need to understand the softioc library.

Copy link

codecov bot commented Dec 1, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (94fc01d) 90.45% compared to head (f449554) 92.77%.

Files Patch % Lines
src/tickit/adapters/epics.py 66.66% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           siggen     #198      +/-   ##
==========================================
+ Coverage   90.45%   92.77%   +2.32%     
==========================================
  Files          42       41       -1     
  Lines        1456     1357      -99     
==========================================
- Hits         1317     1259      -58     
+ Misses        139       98      -41     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@callumforrester
Copy link
Contributor Author

Wrong branch, correct PR: #199

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.

1 participant