Skip to content

Commit

Permalink
Merge pull request #1310 from nrwslac/mr1k1-state-1d
Browse files Browse the repository at this point in the history
Change MR1K1 Coating State to 1d state mover
  • Loading branch information
tangkong authored Nov 21, 2024
2 parents c5060c8 + 87f73ff commit 6a4e36f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions docs/source/upcoming_release_notes/1310-mr1k1-1d-state.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
1310 mr1k1-1d-state
#################

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

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

Device Features
---------------
- N/A

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

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

Maintenance
-----------
- `XOffsetMirrorBend` `coating` changed to `TwinCATMirrorStripe` from `MirrorStripe2D2P`

Contributors
------------
- nrwslac
2 changes: 1 addition & 1 deletion pcdsdevices/mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ class XOffsetMirrorBend(XOffsetMirror):
bender = None
bender_enc_rms = None

coating = Cpt(MirrorStripe2D2P, ':COATING:STATE', kind='hinted',
coating = Cpt(TwinCATMirrorStripe, ':COATING:STATE', kind='hinted',
doc='Control of the coating states via saved positions.')

# Motor components: can read/write positions
Expand Down

0 comments on commit 6a4e36f

Please sign in to comment.