]> sigrok.org Git - libsigrok.git/commit
dmm/metex14: fix values for digits properties
authorFrank Stettner <redacted>
Fri, 23 Dec 2022 11:20:44 +0000 (12:20 +0100)
committerGerhard Sittig <redacted>
Sun, 19 Feb 2023 10:27:45 +0000 (11:27 +0100)
commit762356c34ec26704926483e63103b7bf3870363d
tree05285cbec2f966138214877cd53cada387d39d4d
parent8e461052a6ba0ad356ca1ec6daa13e0829fdfd69
dmm/metex14: fix values for digits properties

Unify the metex14 package parser with the other drivers regarding the use of
the digits properties in the analog payload. This commit adjusts the previously
unclear, but now clarified, use of these properties:

Number of significant digits after the decimal point, if positive. When
negative, exponent with reversed polarity that is necessary to express the
value with all digits without a decimal point.

This commit partly reverts commit 7fb4ff0
src/dmm/metex14.c