pcdshub / typhos

Automatic-yet-customizable Graphical User Interface Generation for Ophyd Devices
http://pcdshub.github.io/typhos
Other
16 stars 26 forks source link

ENH: add designer property for configuring positioner alarm circle #522

Closed ZLLentz closed 2 years ago

ZLLentz commented 2 years ago

Description

Add the alarmKindLevel on PositionerWidget to configure the embedded alarm widget's kindLevel in designer.

Motivation and Context

I noticed in one of my screens that I wanted to adjust this knob and it wasn't available.

This is a configurable that decides how many signals are checked for the alarm status. The default value remains as before: keep all ophyd signals at "normal" level and higher. If you want to include fewer or additional signals in the alarm summary this will help you do that.

How Has This Been Tested?

Added tests + verified interactively

Where Has This Been Documented?

Release notes only