Pete R Jemian

Results 328 comments of Pete R Jemian

In addition to timing, memory consumption is another measure to document. While I'm thinking of identifying potential memory leaks, one might be interested in knowing the overall footprint of a...

Could it be a dict instead, since some detectors have multiple attributes to be configured? Keys would be as in `stage_sigs` (possibly referring to some.deeper.subdevice.with.count_time in the Device).

Have you considered [cf_units](https://pypi.org/project/cf_units/) which is based on the UDUNITS standard? GH repo: https://github.com/SciTools/cf-units

This is a three line plan in apstools (sending link later). These steps Put motor record into SET write new position to VAL put into USE The signals are already...

> So it doesn't seem to like having a custom widget as the top level widget. I couldn't see any issues with your code so I tried doing the same...

Picking a different PyDM widget (random choice: PyDMLogDisplay) and it displays. ![Clipboard01](https://user-images.githubusercontent.com/2279984/168434826-bc001cc8-6818-4e75-a1cc-79b1ad2ebca2.png) note: ```bash (dev-pydm) zorinvm@zorin22:~/.../slaclab/pydm$ conda list qt # packages in environment at /home/zorinvm/Apps/miniconda3/envs/dev-pydm: # # Name Version Build...

> Good call on the qt update! I updated locally to 5.15.4 and the sample ui file does indeed open up after that. Unfortunately the test suite was right in...

[Looking at the the caQtDM repository](https://github.com/caqtdm/caqtdm/search?q=Qlayout) does not reveal any Qt custom layout manager. Instead, the application likely responds to resize events of the windows directly. To co-exist with use...

A basic version of the new custom layout (name to be adjusted per agreement): ```py class MedmLayout(QLayout): """ Layout Manager for MEDM widgets. Widgets are added to this layout with...

Now called `AbsoluteGeometryLayout`