-
Notifications
You must be signed in to change notification settings - Fork 321
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 AWG 5014 : Fix range/validators of Channel offset, low pass filter, Marker high level and low level #1626
Tektronix AWG 5014 : Fix range/validators of Channel offset, low pass filter, Marker high level and low level #1626
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1626 +/- ##
=========================================
- Coverage 70.55% 66.55% -4%
=========================================
Files 123 140 +17
Lines 14921 17389 +2468
=========================================
+ Hits 10527 11573 +1046
- Misses 4394 5816 +1422 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest that we seize the opportunity to double check all the validators against the manual.
Edit: I don't think the manual actually lists the valid ranges. Then the validators should be checked against a real instrument. There is a very high probability that more parameters have incorrect validators.
Remove additional git syntax on the python file added automatically by git due to conflicting changes made.
@WilliamHPNielsen As we discussed. I validated the range of the parameters using a physical instrument. You were indeed right as I found 3 more incorrect validators. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks for going the extra mile and finding the other two incorrect validators (and the wrong Enum).
Author: lakhotiaharshit <[email protected]> Tektronix AWG 5014 : Fix range/validators of Channel offset, low pass filter, Marker high level and low level (#1626)
Instrument: AWG5014
Fixed ranges
All the values were checked using a physical instrument.