-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1293 from ZLLentz/enh_tmo_mpod_apalis_hotfix
ENH/FIX: apply TMO's mpod apalis hotfixes, adding features and fixing a major bug
- Loading branch information
Showing
3 changed files
with
198 additions
and
42 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
docs/source/upcoming_release_notes/1293-enh_tmo_mpod_apalis_hotfix.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
1293 enh_tmo_mpod_apalis_hotfix | ||
############################### | ||
|
||
API Breaks | ||
---------- | ||
- N/A | ||
|
||
Library Features | ||
---------------- | ||
- N/A | ||
|
||
Device Features | ||
--------------- | ||
- Add the ``desc``, ``last_voltage_set``, and ``is_trip`` component signals to | ||
`MPODApalisChannel`. These have been helpful during operations at TMO. | ||
``last_voltage_set`` will also get a ``voltage_setpoint`` alias, which is the | ||
original name as used in TMO's scripts. | ||
- Add proper control limits to `MPODApalisChannel.voltage` and `MPODApalisChannel.current`. | ||
This will give useful errors when someone tries to put values outside of the | ||
channel's supported range. | ||
|
||
New Devices | ||
----------- | ||
- N/A | ||
|
||
Bugfixes | ||
-------- | ||
- Fix an issue where arbitrarily large negative values were permitted to be | ||
passed during the `MPODApalisChannel.set_voltage` method, and where | ||
small values passed to a negative-polarity channel would jump to the | ||
most negative value. Now, this function will clamp all values between | ||
zero and the maximum channel voltage. | ||
|
||
Maintenance | ||
----------- | ||
- Added unit tests to cover the `MPODApalisChannel` changes. | ||
|
||
Contributors | ||
------------ | ||
- zllentz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters