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.
Description
Add the
alarmKindLevel
onPositionerWidget
to configure the embedded alarm widget'skindLevel
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