Merge pull request #9449 from rusikv/improvement/add-decibel-milliwatts-unit
Added decibel-milliwatts unit to dictionary
This commit is contained in:
commit
897f0e329a
@ -4388,6 +4388,7 @@
|
||||
"volt": "Volt",
|
||||
"kilovolts": "Kilovolts",
|
||||
"dbmV": "dBmV",
|
||||
"dbm": "dBm",
|
||||
"volt-meter": "Volt-Meter",
|
||||
"kilovolt-meter": "Kilovolt-Meter",
|
||||
"megavolt-meter": "Megavolt-Meter",
|
||||
|
||||
@ -938,6 +938,11 @@
|
||||
"symbol": "dBmV",
|
||||
"tags": ["decibels millivolt","voltage level","signal","dBmV"]
|
||||
},
|
||||
{
|
||||
"name": "unit.dbm",
|
||||
"symbol": "dBm",
|
||||
"tags": ["decibel milliwatts","output power","signal","dBm"]
|
||||
},
|
||||
{
|
||||
"name": "unit.volt-meter",
|
||||
"symbol": "V·m",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user