E1.20 2025 Updates#2004
Conversation
| case UNITS_DECIBEL_WATT: | ||
| return "dB(W)"; | ||
| case UNITS_DECIBEL_METER: | ||
| return "dB meter"; |
There was a problem hiding this comment.
Wikipedia has:
dBm or dBmW (decibel-milliwatts)
https://en.wikipedia.org/wiki/DBm
Also:
Attenuation (loss) per unit length, in decibels per metre
https://en.wikipedia.org/wiki/Coaxial_cable#Derived_electrical_parameters
For added complication, it was designed for use with Table A12's SENS_LOG_RATIO_METER which either got taken out of, or never made it into that table, so there's nothing else to work with either.
There's also nothing on:
https://en.wikipedia.org/wiki/Decibel
I wonder if it was supposed to be per meter.
Obviously the whole meter/metre thing makes searching for more info nearly impossible...
| case UNITS_PERCENT: | ||
| return "%"; | ||
| case UNITS_MOLES_PER_METER_CUBED: | ||
| return "mol/m^3"; |
There was a problem hiding this comment.
if we have full UTF-8 support, we could do mol/m³
There was a problem hiding this comment.
We've not done so with e.g.
Line 1112 in f685882
Added comments to remind developers to update related files when adding new data types.
No description provided.