slaclab / pydm

Python Display Manager
http://slaclab.github.io/pydm/
Other
112 stars 77 forks source link

Pause/Restart Redraw Function for PyDMImageViewer #1055

Closed eloiseyang closed 9 months ago

eloiseyang commented 10 months ago

What's the problem this feature will solve?

I'm developing a new profile monitor in PyDM. The old profile monitor has the option to start and stop updating the monitor. I would like to put the same functionality into my PyDM version.

Describe the solution you'd like

I would like toggle function written into PyDMImageView that will allow users to pause and restart the redraw function on PyDM such that the image pauses or restarts the drawer in PyDM when called.