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

Keysight VNA P9374A driver #3034

Merged
merged 4 commits into from
May 26, 2021
Merged

Conversation

RosenblumLabUser
Copy link
Contributor

Module for the Keysight VNA.
It relies on the classes of a different category of network analyzers but seems to work pretty well.

Fixes #issuenumber.

Changes proposed in this pull request:

@mention one core developer

Module for the Keysight VNA. It relies on the classes of a different category of network analyzers but seems to work pretty well.
@astafan8 astafan8 changed the title Create P9374A.py Keysight VNA P9374A driver May 20, 2021
Copy link
Contributor

@astafan8 astafan8 left a comment

Choose a reason for hiding this comment

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

thanks for the contribution @RosenblumLabUser ! I clarified the PR description so that it looks more informative when we make a changelog :)

nports=2,
**kwargs)

options = self.get_options()
Copy link
Contributor

Choose a reason for hiding this comment

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

is it really necessary to call this? the returned value is unused. or is there some useful side-effect of the get_options method?

@astafan8 astafan8 added this to the 0.26.0 milestone May 20, 2021
@codecov
Copy link

codecov bot commented May 20, 2021

Codecov Report

Merging #3034 (0e146e0) into master (14c9295) will increase coverage by 0.00%.
The diff coverage is 66.66%.

@@           Coverage Diff           @@
##           master    #3034   +/-   ##
=======================================
  Coverage   65.51%   65.51%           
=======================================
  Files         213      214    +1     
  Lines       28492    28498    +6     
=======================================
+ Hits        18667    18671    +4     
- Misses       9825     9827    +2     

@jenshnielsen jenshnielsen merged commit 24d52e6 into microsoft:master May 26, 2021
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