]> sigrok.org Git - libsigrokdecode.git/commit
caliper: rephrase measurement annotation text construction
authorGerhard Sittig <redacted>
Sat, 18 Jul 2020 18:30:43 +0000 (20:30 +0200)
committerGerhard Sittig <redacted>
Sat, 18 Jul 2020 18:39:48 +0000 (20:39 +0200)
commitea0c4cb644431594c11b0ecf9449791f5e65b165
treee8b00291c645f95ca266c518ebd9b81200ae0757
parent9e208e00f7b90c7ded552e84bcc5540be39f3e48
caliper: rephrase measurement annotation text construction

Unclutter the construction of the annotation text for measurements.
Prefer one code block over multiple scatterred lines. Only do string
formatting when an annotation gets emitted. Prefer .format() for its
better control over generated text. Fixup remaining Python idioms in
the unit conversion block while we are here.
decoders/caliper/pd.py