-
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
examples: Update TestStand code modules for NIVISA-DMM, NI-Digital and Output voltage examples #482
examples: Update TestStand code modules for NIVISA-DMM, NI-Digital and Output voltage examples #482
Conversation
@bkeryan, @dixonjoel Please consider reviewing the PR changes. I've added the "Retarget needed" tag, as the PR is targeting the #481 branch due to the |
ok, I merged #481 |
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.
Incorrect merge with main. Please fix and re-request the review
0280d98
to
36203fb
Compare
What does this Pull Request accomplish?
Updates the nivisa-dmm, nidigital and output voltage example's TestStand code modules to use the new session management API.
Note: Updating the TestStand code modules to use the new session management API will suffice to make sure the simulation config is read from
.env
file.Why should this Pull Request be merged?
Uses the same session creation code as for measurements, with simulation via. .env file.
What testing has been done?
Manually tested with TestStand 2021 SP1.
Note: I've added the "Retarget needed" tag, as the PR is targeting the #481 branch due to the
create_dcpower_sessions
API update toinitialize_nidcpower_sessions
. Will retarget once the #481 PR goes in.