Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keithley3706A: improvements / warnings cleanup #2318

Merged
merged 7 commits into from Oct 21, 2020

Conversation

trevormorgan
Copy link
Contributor

@trevormorgan trevormorgan commented Oct 21, 2020

Some improvements to the Keithley 3607A switch matrix driver found during testing for the Cold Edge setup.

Warnings that were thrown related to the backplane that are fixed in this PR.

c:\users\redlabq\repositories\qchar\src\qchar\instruments\routable_keithley_3706.py:39: UserWarning: The hardware interlock in Slot 2 is disengaged. The corresponding analog backplane relays cannot be energized. self.switch.open_channel(channel_string) c:\users\redlabq\repositories\qchar\src\qchar\instruments\routable_keithley_3706.py:39: UserWarning: The hardware interlock in Slot 3 is disengaged. The corresponding analog backplane relays cannot be energized. self.switch.open_channel(channel_string) c:\users\redlabq\repositories\qchar\src\qchar\instruments\routable_keithley_3706.py:39: UserWarning: The hardware interlock in Slot 4 is disengaged. The corresponding analog backplane relays cannot be energized. self.switch.open_channel(channel_string) c:\users\redlabq\repositories\qchar\src\qchar\instruments\routable_keithley_3706.py:39: UserWarning: The hardware interlock in Slot 5 is disengaged. The corresponding analog backplane relays cannot be energized. self.switch.open_channel(channel_string) c:\users\redlabq\repositories\qchar\src\qchar\instruments\routable_keithley_3706.py:39: UserWarning: The hardware interlock in Slot 6 is disengaged. The corresponding analog backplane relays cannot be energized. self.switch.open_channel(channel_string)

@codecov
Copy link

codecov bot commented Oct 21, 2020

Codecov Report

Merging #2318 into master will decrease coverage by 0.01%.
The diff coverage is 30.00%.

@@            Coverage Diff             @@
##           master    #2318      +/-   ##
==========================================
- Coverage   71.75%   71.73%   -0.02%     
==========================================
  Files         156      156              
  Lines       20736    20745       +9     
==========================================
+ Hits        14879    14882       +3     
- Misses       5857     5863       +6     

@trevormorgan trevormorgan changed the title Keithley3706 a improvements Keithley3706A: improvements / warnings cleanup Oct 21, 2020
@astafan8 astafan8 marked this pull request as ready for review October 21, 2020 09:02
@astafan8 astafan8 added this to the 0.19.0 milestone Oct 21, 2020
@github-actions github-actions bot merged commit 0136bd5 into master Oct 21, 2020
@astafan8 astafan8 deleted the Keithley3706A-improvements branch October 21, 2020 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants