-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can PyDM accept a float for precision? (MEDM valuator
widget)
#79
Comments
valuator
widget) _Precision_ seems as if it should be an integer value while a float shows a roundoff level. In that case, we should compute an integer by -log10(float_precision)
but what to do for precision 1.2 truncated to 1
reported while converting from [std-R3-6-2/stdApp/op/adl/Nano2k.adl
](https://github.com/epics-modules/std/blob/abc769a3fe9f8699d3fcc68e25465da4c1b7f8b7/stdApp/op/adl/Nano2k.adl#L102-L117)?valuator
widget)
The valuator documentation states:
|
Needs a demonstration with the MEDM "slider" widget (which is described in the Is there other use for the precision in this instance? |
Can PyDM accept a float for precision? (MEDM
valuator
widget) Precision seems as if it should be an integer value while a float shows a roundoff level. In that case, we should compute an integer by-log10(float_precision)
but what to do forprecision 1.2 truncated to 1
reported while converting fromstd-R3-6-2/stdApp/op/adl/Nano2k.adl
?Originally posted by @prjemian in #73 (comment)
The text was updated successfully, but these errors were encountered: