pcdshub / pcdsdevices

Collection of Ophyd device subclasses for IOCs unique to LCLS PCDS.
https://pcdshub.github.io/pcdsdevices/
Other
5 stars 58 forks source link

adding OUT state in pcdsdevice so that the last target name will be override by uppercase Letter #1287

Closed tongju12 closed 2 weeks ago

tongju12 commented 2 weeks ago

Currently the last target in the GUI shows lowercase letter, the way to fix that is adding one more state OUT in the code to fix it

Change state_count from 7 to 8 to add OUT position

Motivation and Context

Fix the last target name lower case issue. All other targets are uppercase in the GUI

How Has This Been Tested?

yes, it works now. attach picture here. Screenshot 2024-09-17 at 2 45 57 PM

Where Has This Been Documented?

https://jira.slac.stanford.edu/browse/ECS-4824)

Pre-merge checklist