Skip to content

Commit

Permalink
Merge pull request #1307 from KaushikMalapati/sl1k2
Browse files Browse the repository at this point in the history
Making ExitSlits subclass with FDQ component, only for SL1K2 for now
  • Loading branch information
KaushikMalapati authored Dec 12, 2024
2 parents 6ee28b7 + 88304ba commit e029cbc
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/source/upcoming_release_notes/1307-ExitSlits_With_FDQ.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
1307 ExitSlits_With_FDQ
#################

API Breaks
----------
- N/A

Library Features
----------------
- N/A

Device Features
---------------
- Adding an FDQ component to ExitSlits

New Devices
-----------
- N/A

Bugfixes
--------
- N/A

Maintenance
-----------
- N/A

Contributors
------------
- KaushikMalapati
5 changes: 5 additions & 0 deletions pcdsdevices/slits.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
from ophyd.status import Status
from ophyd.status import wait as status_wait

from .analog_signals import FDQ
from .areadetector.detectors import PCDSAreaDetectorTyphosTrigger
from .device import GroupDevice
from .device import UpdateComponent as UpCpt
Expand Down Expand Up @@ -688,6 +689,10 @@ class ExitSlits(BaseInterface, GroupDevice, LightpathInOutCptMixin):
doc='Thermocouple on the Heat Sync.'
)
set_metadata(cam_power, dict(variety='command-enum'))
flow_meter = Cpt(
FDQ, '', kind='normal',
doc='Device that measures PCW Flow Rate.'
)

@property
def y_states(self):
Expand Down

0 comments on commit e029cbc

Please sign in to comment.