You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Common/UnitDefinitions/ApparentEnergy.json
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
"Name": "ApparentEnergy",
3
3
"BaseUnit": "VoltampereHour",
4
4
"XmlDocSummary": "A unit for expressing the integral of apparent power over time, equal to the product of 1 volt-ampere and 1 hour, or to 3600 joules.",
5
+
"XmlDocRemarks": "<see cref=\"ApparentEnergy\" /> has been renamed to <see cref=\"ElectricApparentEnergy\" />, and will be removed in a later major version.",
6
+
"ObsoleteText": "ApparentEnergy has been renamed to ElectricApparentEnergy, and will be removed in a later major version.",
Copy file name to clipboardExpand all lines: Common/UnitDefinitions/ApparentPower.json
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
"Name": "ApparentPower",
3
3
"BaseUnit": "Voltampere",
4
4
"XmlDocSummary": "Power engineers measure apparent power as the magnitude of the vector sum of active and reactive power. Apparent power is the product of the root-mean-square of voltage and current.",
5
+
"XmlDocRemarks": "<see cref=\"ApparentPower\" /> has been renamed to <see cref=\"ElectricApparentPower\" />, and will be removed in a later major version.",
6
+
"ObsoleteText": "ApparentPower has been renamed to ElectricApparentPower, and will be removed in a later major version.",
"XmlDocRemarks": "<see cref=\"Capacitance\" /> has been renamed to <see cref=\"ElectricCapacitance\" />, and will be removed in a later major version.",
6
+
"ObsoleteText": "Capacitance has been renamed to ElectricCapacitance, and will be removed in a later major version.",
Copy file name to clipboardExpand all lines: Common/UnitDefinitions/ElectricAdmittance.json
+17-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
{
2
2
"Name": "ElectricAdmittance",
3
3
"BaseUnit": "Siemens",
4
-
"XmlDocSummary": "Electric admittance is a measure of how easily a circuit or device will allow a current to flow. It is defined as the inverse of impedance. The SI unit of admittance is the siemens (symbol S).",
4
+
"XmlDocSummary": "Electric admittance is a measure of how easily a circuit or device will allow a current to flow by the combined effect of conductance and susceptance in a circuit. It is defined as the inverse of impedance. The SI unit of admittance is the siemens (symbol S).",
"ObsoleteText": "Admittance is a complex number, which is not currently supported by UnitsNet. Please use either ElectricConductance or ElectricSusceptance instead.",
"XmlDocSummary": "A unit for expressing the integral of apparent power over time, equal to the product of 1 volt-ampere and 1 hour, or to 3600 joules.",
"XmlDocSummary": "Power engineers measure apparent power as the magnitude of the vector sum of active and reactive power. It is the product of the root mean square voltage (in volts) and the root mean square current (in amperes).",
Copy file name to clipboardExpand all lines: Common/UnitDefinitions/ElectricConductance.json
+15-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"Name": "ElectricConductance",
3
3
"BaseUnit": "Siemens",
4
-
"XmlDocSummary": "The electrical conductance of an electrical conductor is a measure of the easeness to pass an electric current through that conductor.",
4
+
"XmlDocSummary": "The electrical conductance of an object is a measure of the ease with which an electric current passes. Along with susceptance, it is one of two elements of admittance. Its reciprocal quantity is electrical resistance.",
Copy file name to clipboardExpand all lines: Common/UnitDefinitions/ElectricCurrent.json
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
"Name": "ElectricCurrent",
3
3
"BaseUnit": "Ampere",
4
4
"XmlDocSummary": "An electric current is a flow of electric charge. In electric circuits this charge is often carried by moving electrons in a wire. It can also be carried by ions in an electrolyte, or by both ions and electrons such as in a plasma.",
5
+
"XmlDocRemarks": "If you want to map more parameters into the <see cref=\"ElectricCurrent\" /> class (amps RMS, phase angle, etc.), create your own wrapper type such as a record or named tuple.",
"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 Ω).",
"ObsoleteText": "Impedance is a complex number, which is not currently supported by UnitsNet. Please use either ElectricResistance or ElectricReactance instead.",
Copy file name to clipboardExpand all lines: Common/UnitDefinitions/ElectricPotential.json
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
"Name": "ElectricPotential",
3
3
"BaseUnit": "Volt",
4
4
"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.",
5
+
"XmlDocRemarks": "If you want to map more parameters into the <see cref=\"ElectricPotential\" /> class (volts RMS, phase angle, etc.), create your own wrapper type such as a record or named tuple.",
Copy file name to clipboardExpand all lines: Common/UnitDefinitions/ElectricPotentialAc.json
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
"Name": "ElectricPotentialAc",
3
3
"BaseUnit": "VoltAc",
4
4
"XmlDocSummary": "The Electric Potential of a system known to use Alternating Current.",
5
+
"XmlDocRemarks": "<see cref=\"ElectricPotentialAc\" /> has been merged into <see cref=\"ElectricPotential\" />, and will be removed in a later major version. If you want to map more parameters into the <see cref=\"ElectricPotential\" /> class (volts RMS, phase angle, etc.), create your own wrapper type such as a record or named tuple.",
6
+
"ObsoleteText": "ElectricPotentialAc has been merged into ElectricPotential, and will be removed in a later major version. If you want to map more parameters into the ElectricPotential class (volts RMS, phase angle, etc.), create your own wrapper type such as a record or named tuple.",
Copy file name to clipboardExpand all lines: Common/UnitDefinitions/ElectricPotentialDc.json
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
"Name": "ElectricPotentialDc",
3
3
"BaseUnit": "VoltDc",
4
4
"XmlDocSummary": "The Electric Potential of a system known to use Direct Current.",
5
+
"XmlDocRemarks": "<see cref=\"ElectricPotentialDc\" /> has been merged into <see cref=\"ElectricPotential\" />, and will be removed in a later major version. If you want to map more parameters into the <see cref=\"ElectricPotential\" /> class (volts RMS, phase angle, etc.), create your own wrapper type such as a record or named tuple.",
6
+
"ObsoleteText": "ElectricPotentialDc has been merged into ElectricPotential, and will be removed in a later major version. If you want to map more parameters into the ElectricPotential class (volts RMS, phase angle, etc.), create your own wrapper type such as a record or named tuple.",
"XmlDocSummary": "In electrical circuits, reactance is the opposition presented to alternating current by inductance and capacitance. Along with resistance, it is one of two elements of impedance.",
"XmlDocSummary": "In electric power transmission and distribution, volt-ampere reactive (var) is a unit of measurement of reactive power. Reactive power exists in an AC circuit when the current and voltage are not in phase.",
0 commit comments