Adding example in NI-DC Power , NI-DMM , NI-Switch - #2192
Conversation
Adding one new example each in NI-DMM, NI-DCPower, and NI-SWITCH.
updated CHANGELOG.md to include additional examples added in nidcpower, nidmm, niswitch in "unreleased section.
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #2192 +/- ##
==========================================
- Coverage 89.32% 82.10% -7.22%
==========================================
Files 73 29 -44
Lines 19048 4163 -14885
==========================================
- Hits 17014 3418 -13596
+ Misses 2034 745 -1289
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Please stick to the pull request template. Include all 3, place an X to fill in the checkbox, where appropriate, and strikethrough anything that doesn't apply. |
|
| import argparse # For parsing command-line arguments | ||
| import sys # For accessing command-line arguments via sys.argv | ||
|
|
||
| import nidcpower # NI-DCPower instrument driver (SMU trigger source) |
There was a problem hiding this comment.
You can't add this dependency on another nimi-python API without updating generated/nidmm/tox-system_tests.ini via changes to build/templates/tox-system_tests.ini.mako.
Whether we should add such an example is a separate issue. This change would also force changes to our post-release checks and internal test events.
I've added tests applicable for this pull requestWhat does this Pull Request accomplish?
List issues fixed by this Pull Request below, if any.
None
What testing has been done?