pcdshub / opcpa-tpr-config

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

Use enum or string PV for configuration state #63

Open slactjohnson opened 1 week ago

slactjohnson commented 1 week ago

Rather than using a QLabel, it might be better to use a PV for describing the program state. Something like an enum would be nice for grafana monitoring, but a plain string might work as well.