forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ElectricPotential.json
36 lines (36 loc) · 998 Bytes
/
ElectricPotential.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"Name": "ElectricPotential",
"BaseUnit": "Volt",
"XmlDocSummary": "In classical electromagnetism, the electric potential (a scalar quantity denoted by Φ, ΦE or V and also called the electric field potential or the electrostatic potential) at a point is the amount of electric potential energy that a unitary point charge would have when located at that point.",
"BaseDimensions": {
"L": 2,
"M": 1,
"T": -3,
"I": -1
},
"Units": [
{
"SingularName": "Volt",
"PluralName": "Volts",
"BaseUnits": {
"L": "Meter",
"M": "Kilogram",
"T": "Second",
"I": "Ampere"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Nano", "Micro", "Milli", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "V" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "В" ]
}
]
}
]
}