Skip to content

Commit

Permalink
Merge pull request #1181 from tongju12/sp1k4-att-rtd
Browse files Browse the repository at this point in the history
ENH:adding sp1k4-att-rtd into sp1k4 gui
  • Loading branch information
tangkong authored Nov 10, 2023
2 parents 6494716 + dac4557 commit 04b27ca
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
30 changes: 30 additions & 0 deletions docs/source/upcoming_release_notes/1181-adding_sp1k4-att-rtd.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
1181 adding sp1k4-att-rtd
#################

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

Features
--------
- Adds attenuator RTD temperatures to sp1k4, for display in GUI.

Device Updates
--------------
- N/A

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

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

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

Contributors
------------
- tongju12
4 changes: 3 additions & 1 deletion pcdsdevices/spectrometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,9 @@ class TMOSpectrometer(BaseInterface, GroupDevice, LightpathMixin):
yag_y = Cpt(BeckhoffAxis, ':MMS:07', doc="y-axis of spectrometer detector", kind='normal')
yag_z = Cpt(BeckhoffAxis, ':MMS:08', doc="z-axis of spectrometer detector", kind='normal')
yag_theta = Cpt(BeckhoffAxis, ':MMS:09', doc="theta axis to rotate spectrometer detector", kind='normal')

# sp1k4-att-rtd
att_rtd_01 = Cpt(PytmcSignal, ':RTD:01:TEMP', doc="solid attenuator 01 PT100", io='i', kind='normal')
att_rtd_02 = Cpt(PytmcSignal, ':RTD:02:TEMP', doc="solid attenuator 02 PT100", io='i', kind='normal')
# Lightpath constants
inserted = True
removed = False
Expand Down

0 comments on commit 04b27ca

Please sign in to comment.