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

N6705B: Fix syntax error in parameter #1669

Merged
merged 2 commits into from
Aug 14, 2019

Conversation

neildick
Copy link
Contributor

Fix a typo in the output enable parameter and remove
the current_limit parameter. The current_limit for this instrument
can't just be set in this manner.

Changes proposed in this pull request:

  • Fix incorrect parameter commands

@WilliamHPNielsen

Hey William,
A couple issues with the N6705B driver showed up with a little more use. There is a typo in the enable get() command and the current_limit doesn't work the way I thought it did and was causing errors.

Fix a typo in the output enable parameter and remove
the current_limit parameter. The current_limit for this instrument
can't just be set in this manner.
@codecov
Copy link

codecov bot commented Aug 14, 2019

Codecov Report

Merging #1669 into master will increase coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1669      +/-   ##
==========================================
+ Coverage   66.96%   66.97%   +<.01%     
==========================================
  Files         144      144              
  Lines       17797    17796       -1     
==========================================
+ Hits        11917    11918       +1     
+ Misses       5880     5878       -2

Copy link
Collaborator

@jenshnielsen jenshnielsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@jenshnielsen jenshnielsen merged commit ef398a1 into microsoft:master Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants