Add HRC states: 15v on, HRC-I on, HRC-S on #257
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
In support of HRC operations and load review checking (in particular acisops/acis_thermal_check#54), this adds three new HRC commanded state variables:
hrc_15v
,hrc_i
andhrc_s
. All three have state values ofOFF
orON
.I regenerated the list of available commanded states in the documentation and found a few previously-added states that were not reflected in the docs.
A bug in the testing code was also discovered and fixed, namely that the fixture for temporarily setting the effective processing stop date was not clearing the commands cache at the end. This meant that subsequent tests were running with a truncated commands archive.
Finally, this PR cleans up a bunch of flake8 warnings related to line length.
Interface impacts
None.
Testing
Unit tests
Functional tests