-
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
Changing measured value indicator to use significant digits instead of digits of precision #420
Merged
DelpireNI
merged 5 commits into
main
from
users/cdelpire/update-visa-dmm-example-measui
Sep 28, 2023
Merged
Changing measured value indicator to use significant digits instead of digits of precision #420
DelpireNI
merged 5 commits into
main
from
users/cdelpire/update-visa-dmm-example-measui
Sep 28, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d of significant digits. Signed-off-by: Chris Delpire <chris.delpire@ni.com>
Signed-off-by: Chris Delpire <chris.delpire@ni.com>
DelpireNI
requested review from
csjall,
pbirkhol-ni,
dixonjoel and
bkeryan
as code owners
September 26, 2023 19:20
dixonjoel
changed the title
Changing measured value indicator to use significant digitals instead of digitals of precision.
Changing measured value indicator to use significant digits instead of digits of precision
Sep 26, 2023
dixonjoel
approved these changes
Sep 26, 2023
bkeryan
requested changes
Sep 26, 2023
bkeryan
reviewed
Sep 26, 2023
bkeryan
reviewed
Sep 26, 2023
…g margins on left and right are the same. Signed-off-by: Chris Delpire <chris.delpire@ni.com>
…th 7 digits. Signed-off-by: Chris Delpire <chris.delpire@ni.com>
Signed-off-by: Chris Delpire <chris.delpire@ni.com>
bkeryan
approved these changes
Sep 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this Pull Request accomplish?
Here is a demonstration of the issue:
Here are the updated UI in InstrumentStudio:
NI-VISA DMM
NI-DMM
Output Voltage Measurement:
Why should this Pull Request be merged?
See (#410)
Very large numbers take up too much space. It would be better to use scientific notation which the significant digits setting does.
What testing has been done?
Ran example in the measui editor.
Updated python measurement to force it to return huge number. Huge numbers are now in scientific notation.