pcdshub / opcpa-tpr-config

PyDM application for managing the TPR configurations of the OPCPA lasers in the LCLS NEH laser hall.
Other
0 stars 1 forks source link

WIP: Combo boxes #22

Closed slactjohnson closed 3 months ago

slactjohnson commented 3 months ago

Turns the many config buttons into several combo boxes, which makes it more flexible in terms of the configurations that we can set up.

Adds support for EpicsSignals in RBVs and configuration application.

Adds and uses a happi database file for storing device instantiation information rather than rolling our own in the yaml file.

Closes #21 Closes #17