This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ElectricPotentialChangeRate.json
89 lines (89 loc) · 2.19 KB
/
ElectricPotentialChangeRate.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"Name": "ElectricPotentialChangeRate",
"BaseUnit": "VoltPerSecond",
"XmlDocSummary": "ElectricPotential change rate is the ratio of the electric potential change to the time during which the change occurred (value of electric potential changes per unit time).",
"BaseDimensions": {
"L": 2,
"M": 1,
"T": -4,
"I": -1
},
"Units": [
{
"SingularName": "VoltPerSecond",
"PluralName": "VoltsPerSeconds",
"BaseUnits": {
"L": "Meter",
"M": "Kilogram",
"T": "Second",
"I": "Ampere"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Micro", "Milli", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "V/s" ]
}
]
},
{
"SingularName": "VoltPerMicrosecond",
"PluralName": "VoltsPerMicroseconds",
"BaseUnits": {
"L": "Meter",
"M": "Kilogram",
"T": "Microsecond",
"I": "Ampere"
},
"FromUnitToBaseFunc": "{x} * 1E6",
"FromBaseToUnitFunc": "{x} / 1E6",
"Prefixes": [ "Micro", "Milli", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "V/μs" ]
}
]
},
{
"SingularName": "VoltPerMinute",
"PluralName": "VoltsPerMinutes",
"BaseUnits": {
"L": "Meter",
"M": "Kilogram",
"T": "Minute",
"I": "Ampere"
},
"FromUnitToBaseFunc": "{x} / 60",
"FromBaseToUnitFunc": "{x} * 60",
"Prefixes": [ "Micro", "Milli", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "V/min" ]
}
]
},
{
"SingularName": "VoltPerHour",
"PluralName": "VoltsPerHours",
"BaseUnits": {
"L": "Meter",
"M": "Kilogram",
"T": "Hour",
"I": "Ampere"
},
"FromUnitToBaseFunc": "{x} / 3600",
"FromBaseToUnitFunc": "{x} * 3600",
"Prefixes": [ "Micro", "Milli", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "V/h" ]
}
]
}
]
}