fix: add 'r' and 'w' entries for AttrRWs - #347
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #347 +/- ##
==========================================
+ Coverage 91.41% 91.42% +0.01%
==========================================
Files 72 72
Lines 2935 2940 +5
==========================================
+ Hits 2683 2688 +5
Misses 252 252 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughThe changes update PVI structures for read-write attributes. They now expose separate ChangesPVI read/write mapping
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| "r": f"{pv_prefix}:Table_RBV", | ||
| "w": f"{pv_prefix}:Table", |
There was a problem hiding this comment.
Hmm, this means we would have both a read and write table. We should discuss this...
There was a problem hiding this comment.
Decided on a different tack:
- FastCS always makes separate R and W PVs
- We exposure them in the UI in the most compact way possible
This might mean some Phoebus level construct that merges the 2 PVs into one widget, or 2 buttons that launch the 2 widgets
closes #346
Amends PVI structure, such that we get:
Summary by CodeRabbit
_RBVsuffix PVs for clearer value reporting.