Zachary Lentz
Zachary Lentz
:+1: I didn't know this was in here
Some other ideas of performance tips to include: - fast-running slots - using signals as callbacks - `Qt.QueuedConnection` - How to set up custom `PyDMChannel` instances
Another idea: - How to use profiler outputs
I wrote this one a year or more ago. The motivation behind it is mostly replaced with projects like `typhon`. I don't remember how it works, but the goal was...
I think this would be useful in many cases It's worth considering if there are any places internally where ophyd can and should leverage this information as well- does it...
This looks very sensible :+1: Functionally, there's a small change here of only checking kind='normal'- could that be related to some of the area detector test failures?
This looks very sensible :+1: Functionally, there's a small change here of only checking kind='normal'- could that be related to some of the area detector test failures?
I don't have suggestions about the code beyond Ken's suggestions, but I ran this with the `pmps-ui` with live PVs. This causes the screen to open and be ready for...
As far as I can tell, any `PyDMChannel` objects I create and call `connect` on in code prior to the queue being emptied never actually get connected. I don't understand...
It's really confusing to me since all of the widgets load fine, it's just the channels I create in the background that fail. Most of these re-use channel addresses that...