UnitElectricResistance
A unit of measure for electric resistance.
Declaration
class UnitElectricResistanceOverview
You typically use instances of UnitElectricResistance to represent specific quantities of electric resistance using the NSMeasurement class.
Electric Resistance
Electric resistance is the difficulty of passing an electric current through a conductor. The SI unit for electric resistance is the ohm (Ω), which is derived as the electric resistance that produces one ampere of current between two points in conductor with one volt of electric potential difference (1Ω = 1V/1A).
The UnitElectricResistance class defines its baseUnit() as ohms, and provides the following units, which are initialized using UnitConverterLinear converters with the specified coefficients:
Name | Method | Symbol | Coefficient |
|---|---|---|---|
Megaohms | MΩ |
| |
Kiloohms | kΩ |
| |
Ohms | Ω |
| |
Milliohms | mΩ |
| |
Microohms | µΩ |
|