-
Notifications
You must be signed in to change notification settings - Fork 52
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
Update grpc-device to have support for Add Offset Nulling Calibration #1032
Conversation
That's fine. What happened was this scrapigen PR changed the Self-Cal functions.py values but it was tested then and since it didn't have any .proto changes in grpc-device it wasn't merged into this repo yet. It's fine that it's being brought over now. |
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.
Approved with suggestions
365b29a
to
54299cc
Compare
What does this Pull Request accomplish?
Shows the result of the changes in grpc-device-scrapigen pr
Codegen nidaqmx.proto file which will be used in nidaqmx-python PR
Expected error test coverage added for offset nulling calibration tests in grpc-device because the devices in grpc-device functional test do not support offset nulling calibration. Discussion thread here.
Why should this Pull Request be merged?
Adds support for Offset Nulling Calibration in grpc devices
What testing has been done?
Built successfully, files codegened are as expected.
All tests passed as seen in PR build.