-
Notifications
You must be signed in to change notification settings - Fork 15
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
Added NI TestStand code to example measurements using NI gRPC Device remoting #151
Conversation
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 to me. I would like to get this committed and build a new release for this week's drop, and then worry about the remaining issues later.
This is the same failure I got with #155
When I can see two ways to get past this:
|
I posted a PR to update We also need to update |
19ee95d
to
6d0881c
Compare
What does this Pull Request accomplish?
Makes instrument type ids more discoverable
Adds NI TestStand code to example measurements that use NI gRPC Device remoting
_helpers.py
,teststand_fixture.py
, andNIDCPowerSourceDCVoltage.seq
from NI-DCPower example to other examplesteststand_fixture.py
and sequence files to work with respective examplesWhy should this Pull Request be merged?
This provides customers with more NI TestStand examples.
What testing has been done?
Checked that examples ran successfully in NI TestStand.