-
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
Feature/rigol dg1062/adding duty cycle parameter #1456
Feature/rigol dg1062/adding duty cycle parameter #1456
Conversation
Typofix: changed 'NOR' to 'NORM', so it works
typofix requesting period of burst mode
Addition: Added pulse waveform to waveforms
Addition: Added pulse waveform to waveforms
Some of the waveform functions are replied with a different name than needed to set that function, hence a translation dictionary is necessary.
Code cleanup: -Removing unnecessary spaces -Re-aligning get and set in functions
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.
Thanks! also for fixing the typo-driven bugs.
There are some minor style/readability/usability comments and crucial syntax error to fix.
Please, after all the changes, could to test the driver again with the actual instrument, and explicitly confirm that it's working?
After that, we'll merge.
Changed: Enhanced readability at certain points Moved the 'comma' Added more info around duty_cycle parameter Thanks for all the useful feedback!
Codecov Report
@@ Coverage Diff @@
## master #1456 +/- ##
=======================================
Coverage 73.78% 73.78%
=======================================
Files 92 92
Lines 10439 10439
=======================================
Hits 7702 7702
Misses 2737 2737 |
Merge: 1cb3776 00a360f Author: Mikhail Astafev <[email protected]> Merge pull request #1456 from vhartong/feature/rigol_dg1062/adding_duty_cycle_parameter
Changes proposed in this pull request: