forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MagneticField.json
39 lines (39 loc) · 1 KB
/
MagneticField.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
37
38
39
{
"Name": "MagneticField",
"BaseUnit": "Tesla",
"XmlDocSummary": "A magnetic field is a force field that is created by moving electric charges (electric currents) and magnetic dipoles, and exerts a force on other nearby moving charges and magnetic dipoles.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Magnetic_field",
"BaseDimensions": {
"M": 1,
"T": -2,
"I": -1
},
"Units": [
{
"SingularName": "Tesla",
"PluralName": "Teslas",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Nano", "Micro", "Milli" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "T" ]
}
]
},
{
"SingularName": "Gauss",
"PluralName": "Gausses",
"FromUnitToBaseFunc": "{x} / 1e4",
"FromBaseToUnitFunc": "{x} * 1e4",
"Prefixes": [ "Milli" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "G" ]
}
]
}
]
}