Matt Gibbs

Results 17 comments of Matt Gibbs

Its worth differentiating between a maximum _redraw_ rate and a maximum _data_ rate. As @klauer notes, you don't want to drop data in plots, so the way we do the...

Hi @dschick, I don't know of anybody who has done work on a TANGO plugin. I only know a little bit about TANGO, but I think it would be possible,...

Hi @dschick, This is a poorly documented area of the code. The best thing to do is look at `pydm/data_plugins/plugin.py` -- this is where the PyDMPlugin and PyDMConnection base classes...

Hi @pjyoung, PyDM uses a module called 'qtpy' to try and paper over the differences between (PyQt4, PyQt5, and PySide2). From the errors, it looks like qtpy has decided to...

Hi Diego, a workaround for this that I use a lot is to put one embedded display widget in each tab, and define your macros there. We will take a...

Just want to chime in: We don't automatically scale fonts with window size, but we do let you scale the global font size like you can in a browser, with...

This is smart, we should do this. My only concern is if there's some name collision between a native Qt widget and the PyDM version of that same widget. I...