Skip to content

Commit bc538ff

Browse files
committed
Fix alias for decibelmicrowatt
dBu is a voltage level not a power level. 0 dBu is defined as the RMS voltage that would dissipate 0 dBm (1 mW) in a 600 ohm load. dBuW is an alias which is used for decibelmicrowatt. References - (dBu) https://en.wikipedia.org/wiki/Decibel#List_of_suffixes - (dBuW) https://spectrumcompact.com/uploads/2024/05/Spectrum_Compact_v2_03-43_GHz__User_Manual_v43.pdf
1 parent 564716a commit bc538ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pint/default_en.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ LMH = L / m**2 / h
527527

528528
decibelwatt = watt; logbase: 10; logfactor: 10 = dBW
529529
decibelmilliwatt = 1e-3 watt; logbase: 10; logfactor: 10 = dBm
530-
decibelmicrowatt = 1e-6 watt; logbase: 10; logfactor: 10 = dBu
530+
decibelmicrowatt = 1e-6 watt; logbase: 10; logfactor: 10 = dBuW
531531

532532
decibel = 1 ; logbase: 10; logfactor: 10 = dB
533533
# bell = 1 ; logbase: 10; logfactor: = B

0 commit comments

Comments
 (0)