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

Tektronix AWG70000 add support for 70001B and 70002B #3438

Merged
merged 6 commits into from
Oct 8, 2021

Conversation

aadiyatul
Copy link
Contributor

Now the code will also work if the device responds that it is AWG7000xB.
The communication protocols for both are the same. Tested on a real AWG70002B.
Module and class names not changed to keep the existing API.

@jenshnielsen

adiyatul (P5-168) and others added 5 commits October 6, 2021 18:29
Now if a device says that it is 'AWG7000xB', this module can still work with it. The interaction protocol is the same for AWG70000A and AWG70000B.
The module file is still called 'AWG70000A' to keep reverse compatibility.
@codecov
Copy link

codecov bot commented Oct 7, 2021

Codecov Report

Merging #3438 (d087cc4) into master (b7e4338) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3438   +/-   ##
=======================================
  Coverage   65.17%   65.17%           
=======================================
  Files         221      221           
  Lines       29839    29839           
=======================================
  Hits        19447    19447           
  Misses      10392    10392           

@jenshnielsen
Copy link
Collaborator

Looks good to me @astafan8 are you happy to merge this?

@jenshnielsen
Copy link
Collaborator

@aadiyatul Would it be ok to change the title to something like

Tektronix AWG70000 add support for 70001B and 70002B

That seems to me to more closely capture what it does

@aadiyatul aadiyatul changed the title Fix Tektronix AWG70000 naming Tektronix AWG70000 add support for 70001B and 70002B Oct 8, 2021
@jenshnielsen jenshnielsen merged commit 1a64330 into microsoft:master Oct 8, 2021
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