-
Notifications
You must be signed in to change notification settings - Fork 387
/
Copy pathElectricImpedance.json
28 lines (28 loc) · 974 Bytes
/
ElectricImpedance.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
{
"Name": "ElectricImpedance",
"BaseUnit": "Ohm",
"XmlDocSummary": "Electric impedance is the opposition to alternating current presented by the combined effect of resistance and reactance in a circuit. It is defined as the inverse of admittance. The SI unit of impedance is the ohm (symbol Ω).",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Electrical_impedance",
"ObsoleteText": "Impedance is a complex number, which is not currently supported by UnitsNet. Please use either ElectricResistance or ElectricReactance instead.",
"BaseDimensions": {
"L": 2,
"M": 1,
"T": -3,
"I": -2
},
"Units": [
{
"SingularName": "Ohm",
"PluralName": "Ohms",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Nano", "Micro", "Milli", "Kilo", "Mega", "Giga", "Tera" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Ω" ]
}
]
}
]
}